Improve toggle fullscreen

This commit is contained in:
Joshua Granick
2016-12-27 13:06:01 -08:00
parent 6b4f70027f
commit 4956adc595
2 changed files with 44 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ namespace lime {
static void Dispatch (KeyEvent* event);
double keyCode;
int modifier;
uint16_t modifier;
KeyEventType type;
uint32_t windowID;