added clickCount to MouseEvent files

This commit is contained in:
ShaharMS
2022-09-13 12:52:40 +03:00
parent f9827cf47e
commit 17e8b1c065
2 changed files with 6 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ namespace lime {
int windowID;
double x;
double y;
int clickCount;
static ValuePointer* callback;
static ValuePointer* eventObject;