From f083cacb259054ce996b70f8b9dc0d9eb0bdbfb8 Mon Sep 17 00:00:00 2001 From: omnisci3nce Date: Fri, 26 Jul 2024 16:37:53 +1000 Subject: wip egui --- src/systems/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/systems') 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" -- cgit v1.2.3-70-g09d2