Fixe an inconcistency between the C and haxe sides of the OpenGL bindings.
This commit is contained in:
Apprentice-Alchemist
2022-01-24 22:24:01 +01:00
parent 1f954d268f
commit 892d4612c4
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ namespace lime {
struct KeyEvent {
hl_type* t;
int keyCode;
double keyCode;
int modifier;
KeyEventType type;
int windowID;