diff options
author | omnisci3nce <omniscient.oce@gmail.com> | 2024-07-26 16:37:53 +1000 |
---|---|---|
committer | omnisci3nce <omniscient.oce@gmail.com> | 2024-07-26 16:37:53 +1000 |
commit | f083cacb259054ce996b70f8b9dc0d9eb0bdbfb8 (patch) | |
tree | cfec9813483e139d8f4ca71eefb4ec9a0450826f /src/systems/input.c | |
parent | 9d11440c145cef897853576b509316bf952cb121 (diff) |
wip egui
Diffstat (limited to 'src/systems/input.c')
-rw-r--r-- | src/systems/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systems/input.c b/src/systems/input.c index 1122576..fa76273 100644 --- a/src/systems/input.c +++ b/src/systems/input.c @@ -32,7 +32,7 @@ bool Input_Init(Input_State *input, GLFWwindow *window) { void Input_Shutdown(Input_State *input) {} void Input_Update(Input_State *input) { - glfwPollEvents(); + // glfwPollEvents(); // --- update keyboard input // if we go from un-pressed -> pressed, set as "just pressed" |