From e54d8327819e310b7b148e45c15fca197be845c7 Mon Sep 17 00:00:00 2001 From: nirav Date: Sun, 9 Sep 2018 12:13:13 +0530 Subject: Moved source files to src dir, updated makefile --- src/input.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/input.h (limited to 'src/input.h') diff --git a/src/input.h b/src/input.h new file mode 100644 index 0000000..ff50b0c --- /dev/null +++ b/src/input.h @@ -0,0 +1,13 @@ +#ifndef __INPUT_H +#define __INPUT_H + +#include + +void handle_key_press(GdkEvent *event); +void handle_button_press(GdkEvent *event); +void handle_button_release(); +void handle_mouse_move(gdouble x, gdouble y); +void handle_scroll(GdkEvent *event); +void handle_resize(); + +#endif -- cgit v1.2.3