Better HL support, HelloWorld running in software
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
|
||||
|
||||
namespace lime {
|
||||
@@ -29,8 +30,8 @@ namespace lime {
|
||||
|
||||
public:
|
||||
|
||||
static AutoGCRoot* callback;
|
||||
static AutoGCRoot* eventObject;
|
||||
static ValuePointer* callback;
|
||||
static ValuePointer* eventObject;
|
||||
|
||||
DropEvent ();
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
|
||||
|
||||
namespace lime {
|
||||
@@ -36,8 +37,8 @@ namespace lime {
|
||||
|
||||
public:
|
||||
|
||||
static AutoGCRoot* callback;
|
||||
static AutoGCRoot* eventObject;
|
||||
static ValuePointer* callback;
|
||||
static ValuePointer* eventObject;
|
||||
|
||||
GamepadEvent ();
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
|
||||
|
||||
namespace lime {
|
||||
@@ -39,8 +40,8 @@ namespace lime {
|
||||
|
||||
public:
|
||||
|
||||
static AutoGCRoot* callback;
|
||||
static AutoGCRoot* eventObject;
|
||||
static ValuePointer* callback;
|
||||
static ValuePointer* eventObject;
|
||||
|
||||
JoystickEvent ();
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -33,8 +34,8 @@ namespace lime {
|
||||
|
||||
public:
|
||||
|
||||
static AutoGCRoot* callback;
|
||||
static AutoGCRoot* eventObject;
|
||||
static ValuePointer* callback;
|
||||
static ValuePointer* eventObject;
|
||||
|
||||
KeyEvent ();
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -38,8 +39,8 @@ namespace lime {
|
||||
|
||||
public:
|
||||
|
||||
static AutoGCRoot* callback;
|
||||
static AutoGCRoot* eventObject;
|
||||
static ValuePointer* callback;
|
||||
static ValuePointer* eventObject;
|
||||
|
||||
MouseEvent ();
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -35,8 +36,8 @@ namespace lime {
|
||||
|
||||
public:
|
||||
|
||||
static AutoGCRoot* callback;
|
||||
static AutoGCRoot* eventObject;
|
||||
static ValuePointer* callback;
|
||||
static ValuePointer* eventObject;
|
||||
|
||||
TextEvent ();
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -38,8 +39,8 @@ namespace lime {
|
||||
|
||||
public:
|
||||
|
||||
static AutoGCRoot* callback;
|
||||
static AutoGCRoot* eventObject;
|
||||
static ValuePointer* callback;
|
||||
static ValuePointer* eventObject;
|
||||
|
||||
TouchEvent ();
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -45,8 +46,8 @@ namespace lime {
|
||||
|
||||
public:
|
||||
|
||||
static AutoGCRoot* callback;
|
||||
static AutoGCRoot* eventObject;
|
||||
static ValuePointer* callback;
|
||||
static ValuePointer* eventObject;
|
||||
|
||||
WindowEvent ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user