aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index a431029..8aa5f66 100644
--- a/src/main.c
+++ b/src/main.c
@@ -113,6 +113,9 @@ poll_mouse(void) {
113 } 113 }
114 in.mouse.update = true; 114 in.mouse.update = true;
115 // TODO: Handle mouse keys 115 // TODO: Handle mouse keys
116 // DEBUG:
117 printf("MOUSE: (type: %d, code: %d, value: %d)\n",
118 mouse_event.type, mouse_event.code, mouse_event.value);
116 } 119 }
117} 120}
118 121