Add window.id, add native EXIT event, filter window-based events and send to correct window instance
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
|
||||
#include <hx/CFFI.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
namespace lime {
|
||||
@@ -33,6 +34,7 @@ namespace lime {
|
||||
double movementX;
|
||||
double movementY;
|
||||
MouseEventType type;
|
||||
uint32_t windowID;
|
||||
double x;
|
||||
double y;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user