More progress on bindings
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define LIME_UI_MOUSE_EVENT_H
|
||||
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -19,6 +20,20 @@ namespace lime {
|
||||
};
|
||||
|
||||
|
||||
struct HL_MouseEvent {
|
||||
|
||||
hl_type* t;
|
||||
int button;
|
||||
double movementX;
|
||||
double movementY;
|
||||
MouseEventType type;
|
||||
int windowID;
|
||||
double x;
|
||||
double y;
|
||||
|
||||
};
|
||||
|
||||
|
||||
class MouseEvent {
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user