forked from Fierelier/me.fier.engine
Fix ID for ENGINE_EVENT_TYPE_INPUTKB
This commit is contained in:
parent
1d6a61e640
commit
32c7984a5a
@ -5,7 +5,7 @@ static char ENGINE_EVENT_TYPE_NONE = 1;
|
|||||||
struct ENGINE_EVENT_NONE { };
|
struct ENGINE_EVENT_NONE { };
|
||||||
static char ENGINE_EVENT_TYPE_EXIT = 2;
|
static char ENGINE_EVENT_TYPE_EXIT = 2;
|
||||||
struct ENGINE_EVENT_EXIT { };
|
struct ENGINE_EVENT_EXIT { };
|
||||||
static char ENGINE_EVENT_TYPE_INPUTKB = 2;
|
static char ENGINE_EVENT_TYPE_INPUTKB = 3;
|
||||||
struct ENGINE_EVENT_INPUTKB { char key; char pressed; };
|
struct ENGINE_EVENT_INPUTKB { char key; char pressed; };
|
||||||
|
|
||||||
void * engine_malloc(void * pnt,size_t size) {
|
void * engine_malloc(void * pnt,size_t size) {
|
||||||
|
Loading…
Reference in New Issue
Block a user