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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user