More progress on bindings
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define LIME_UI_KEY_EVENT_H
|
||||
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -17,6 +18,17 @@ namespace lime {
|
||||
};
|
||||
|
||||
|
||||
struct HL_KeyEvent {
|
||||
|
||||
hl_type* t;
|
||||
int keyCode;
|
||||
int modifier;
|
||||
KeyEventType type;
|
||||
int windowID;
|
||||
|
||||
};
|
||||
|
||||
|
||||
class KeyEvent {
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user