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