quick fixes, should fix signature error

when compiling, i get this error:

FATAL ERROR : Invalid signature for function lime@hl_mouse_event_manager_register : PP_vOiiddiidd__v required but PP_vOiddiidd__v found in hdll

This should fix it
This commit is contained in:
Shahar Marcus
2022-09-13 17:44:35 +03:00
parent 9580d48255
commit 5bcea64afb
3 changed files with 4 additions and 4 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;