aboutsummaryrefslogtreecommitdiff
path: root/input.h
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2018-09-09 12:13:13 +0530
committerDandelion <nirav@teisuu.com>2018-09-09 12:46:57 +0530
commite54d8327819e310b7b148e45c15fca197be845c7 (patch)
tree04e513d52ed2191364e6b9472cd0f3882a60da4a /input.h
parent661756c9237a26562cae102f53b12aa0b403fde1 (diff)
downloadim-e54d8327819e310b7b148e45c15fca197be845c7.tar.gz
im-e54d8327819e310b7b148e45c15fca197be845c7.zip
Moved source files to src dir, updated makefile
Diffstat (limited to 'input.h')
-rw-r--r--input.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/input.h b/input.h
deleted file mode 100644
index ff50b0c..0000000
--- a/input.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __INPUT_H
-#define __INPUT_H
-
-#include <gtk-3.0/gtk/gtk.h>
-
-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