Added stringifying escape & F keys; add sound, sys FFI; unconflict time.h and timer.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user