More progress on bindings
This commit is contained in:
@@ -21,12 +21,13 @@ namespace lime {
|
||||
bool premultiplied;
|
||||
bool transparent;
|
||||
int width;
|
||||
void* __srcBitmapData;
|
||||
void* __srcCanvas;
|
||||
void* __srcContext;
|
||||
void* __srcCustom;
|
||||
void* __srcImage;
|
||||
void* __srcImageData;
|
||||
|
||||
vdynamic* __srcBitmapData;
|
||||
vdynamic* __srcCanvas;
|
||||
vdynamic* __srcContext;
|
||||
vdynamic* __srcCustom;
|
||||
vdynamic* __srcImage;
|
||||
vdynamic* __srcImageData;
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#define LIME_GRAPHICS_RENDER_EVENT_H
|
||||
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
|
||||
|
||||
@@ -17,6 +18,14 @@ namespace lime {
|
||||
};
|
||||
|
||||
|
||||
struct HL_RenderEvent {
|
||||
|
||||
hl_type* t;
|
||||
RenderEventType type;
|
||||
|
||||
};
|
||||
|
||||
|
||||
class RenderEvent {
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user