More progress on bindings
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define LIME_UI_WINDOW_EVENT_H
|
||||
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -27,6 +28,19 @@ namespace lime {
|
||||
};
|
||||
|
||||
|
||||
struct HL_WindowEvent {
|
||||
|
||||
hl_type* t;
|
||||
int height;
|
||||
WindowEventType type;
|
||||
int width;
|
||||
int windowID;
|
||||
int x;
|
||||
int y;
|
||||
|
||||
};
|
||||
|
||||
|
||||
class WindowEvent {
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user