Added stringifying escape & F keys; add sound, sys FFI; unconflict time.h and timer.h

This commit is contained in:
2022-12-16 17:54:05 +00:00
parent bfddf39a38
commit 6227754925
11 changed files with 149 additions and 66 deletions

View File

@@ -9,7 +9,6 @@ extern int32_t mouseWheelY;
extern int ychange;
extern int xchange;
extern float deltaT;
extern int quit;
void input_init();
void input_poll(double wait);
@@ -19,6 +18,9 @@ void cursor_show();
int action_down(int scancode);
int want_quit();
void quit();
void win_key_callback(GLFWwindow *w, int key, int scancode, int action, int mods);
struct inputaction