Mouse event handling and keyboard event handling (not totally working yet)

This commit is contained in:
Heilig Benedek 2015-08-31 18:32:33 +02:00
parent e4c01f3187
commit c59c0bd5b3
9 changed files with 330 additions and 3 deletions

View file

@ -62,6 +62,16 @@ extern const char kAppUserModelId[];
extern const char kOffScreenRender[];
extern const char kModifiers[];
extern const char kKeyCode[];
extern const char kMovementX[];
extern const char kMovementY[];
extern const char kClickCount[];
extern const char kMouseEventType[];
extern const char kMouseEventButton[];
extern const char kMouseWheelPrecise[];
} // namespace switches
} // namespace atom