Close #1516.
Fixe an inconcistency between the C and haxe sides of the OpenGL bindings.
This commit is contained in:
@@ -21,7 +21,7 @@ namespace lime {
|
||||
struct KeyEvent {
|
||||
|
||||
hl_type* t;
|
||||
int keyCode;
|
||||
double keyCode;
|
||||
int modifier;
|
||||
KeyEventType type;
|
||||
int windowID;
|
||||
|
||||
Reference in New Issue
Block a user