summaryrefslogtreecommitdiff
path: root/src/input.c
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2020-04-13 00:09:21 -0500
committerepoch <epoch@hacking.allowed.org>2020-04-13 00:09:21 -0500
commit238552fcfc3ee9fec2bda0d29a5e1da823aec1f1 (patch)
tree8dd3b4ee9fec797f5cacbe62932d469653d644a9 /src/input.c
parentdd737c645037d32bd67a6ca6f377787297921421 (diff)
parentd30c6246ef2bd08d6420278c0c94e7173fa4a925 (diff)
downloadhackvr-238552fcfc3ee9fec2bda0d29a5e1da823aec1f1.tar.gz
hackvr-238552fcfc3ee9fec2bda0d29a5e1da823aec1f1.zip
Merge branch 'master' of ssh://21.41.41.1/var/git/hackvr
Diffstat (limited to 'src/input.c')
-rw-r--r--src/input.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/input.c b/src/input.c
deleted file mode 100644
index 8c1b99b..0000000
--- a/src/input.c
+++ /dev/null
@@ -1,19 +0,0 @@
-#include <idc.h>
-#include "common.h"
-#include "graphics_x11.h"
-#include "keyboard_x11.h"
-#include "mouse_x11.h"
-#include "input.h"
-
-extern struct x11_global x11_global;
-
-int input_init() {
- return x11_global.fd;
-}
-
-void input_event_handler(struct shit *me,char *line) {
- if(keyboard_event_handler(me,line)) {
- }
- if(mouse_event_handler(me,line)) {
- }
-}