Include super basic memory arena
This commit is contained in:
parent
b2fe2b09ef
commit
f460860e10
3 changed files with 65 additions and 10 deletions
2
input.h
2
input.h
|
|
@ -45,7 +45,7 @@ typedef enum {
|
|||
} mouse_keysym_t;
|
||||
|
||||
#define IME_STR_MAX 200 // TODO: check if this limit is sensible
|
||||
#define KEYBOARD_KEY_TOTAL
|
||||
#define KEYBOARD_KEY_TOTAL 256
|
||||
|
||||
typedef struct {
|
||||
uint8_t keyboard_state; // mostly used to check if we are using the IME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue