another attempt to fix the signature error

This commit is contained in:
Shahar Marcus
2022-09-13 20:16:55 +03:00
parent 5bcea64afb
commit 1e45cbea7a
4 changed files with 7 additions and 5 deletions

View File

@@ -24,13 +24,13 @@ namespace lime {
hl_type* t;
int button;
int clickCount;
double movementX;
double movementY;
MouseEventType type;
int windowID;
double x;
double y;
int clickCount;
static ValuePointer* callback;
static ValuePointer* eventObject;