Move Keyboard events back to Window

This commit is contained in:
Joshua Granick
2015-08-19 16:30:36 -07:00
parent c666477b58
commit f7e53cdea8
12 changed files with 59 additions and 52 deletions

View File

@@ -3,6 +3,7 @@
#include <hx/CFFI.h>
#include <stdint.h>
namespace lime {
@@ -30,6 +31,7 @@ namespace lime {
double keyCode;
int modifier;
KeyEventType type;
uint32_t windowID;
};