Add lime.ui.KeyCode, increase size of the keyCode value in C++

This commit is contained in:
Joshua Granick
2014-07-26 18:19:04 -07:00
parent 145a145a5c
commit 02f6ba2b37
3 changed files with 248 additions and 3 deletions

View File

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