Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: sky/engine/platform/PlatformEvent.h

Issue 872233002: Switch KeyboardEvents over to NewEventHandler (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rename virtualKeyCode to key Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/platform/BUILD.gn ('k') | sky/engine/platform/PlatformKeyboardEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/PlatformEvent.h
diff --git a/sky/engine/platform/PlatformEvent.h b/sky/engine/platform/PlatformEvent.h
index 2079a3e20a9aba3a6ac84bc9ef43d4c716d673aa..7d0f97b486d5fdc4c4ede896fe4705cea2ba9015 100644
--- a/sky/engine/platform/PlatformEvent.h
+++ b/sky/engine/platform/PlatformEvent.h
@@ -32,12 +32,6 @@ class PlatformEvent {
public:
enum Type {
NoType = 0,
-
- // PlatformKeyboardEvent
- KeyDown,
- KeyUp,
- RawKeyDown,
- Char,
};
enum Modifiers {
« no previous file with comments | « sky/engine/platform/BUILD.gn ('k') | sky/engine/platform/PlatformKeyboardEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698