Working on using flat event data, instead of event objects

Conflicts:
	tools/ndll/Linux64/lime.ndll
This commit is contained in:
Joshua Granick
2014-06-17 16:56:34 -07:00
parent ab71449828
commit 82c52c44d4
29 changed files with 293 additions and 316 deletions

View File

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