More progress on bindings
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define LIME_APP_APPLICATION_EVENT_H
|
||||
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
|
||||
|
||||
@@ -16,6 +17,15 @@ namespace lime {
|
||||
};
|
||||
|
||||
|
||||
struct HL_ApplicationEvent {
|
||||
|
||||
hl_type* t;
|
||||
int deltaTime;
|
||||
ApplicationEventType type;
|
||||
|
||||
};
|
||||
|
||||
|
||||
class ApplicationEvent {
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user