aboutsummaryrefslogtreecommitdiff
path: root/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input.h')
-rw-r--r--input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.h b/input.h
index 9d88383..ff50b0c 100644
--- a/input.h
+++ b/input.h
@@ -3,7 +3,7 @@
#include <gtk-3.0/gtk/gtk.h>
-void handle_key_press(GdkEventKey key);
+void handle_key_press(GdkEvent *event);
void handle_button_press(GdkEvent *event);
void handle_button_release();
void handle_mouse_move(gdouble x, gdouble y);