This commit is contained in:
2022-08-12 19:03:56 +00:00
parent 406b2b491f
commit b0d2757f70
29 changed files with 519 additions and 442 deletions

View File

@@ -12,13 +12,15 @@ extern float deltaT;
extern int quit;
void input_init();
void input_poll();
void input_poll(double wait);
void cursor_hide();
void cursor_show();
int action_down(int scancode);
void win_key_callback(GLFWwindow *w, int key, int scancode, int action, int mods);
struct inputaction
{
int scancode;