summaryrefslogtreecommitdiff
path: root/src/input.h
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2019-07-01 05:06:20 -0500
committerepoch <epoch@hacking.allowed.org>2019-07-01 05:06:20 -0500
commit7372b60b6ae675a2bdd4caeef889ad1a60456a60 (patch)
tree13567d03ba9963286d6fb08761f6f71a4a962bbf /src/input.h
parentdf95de766772106aab295df74ea82eece18e72e3 (diff)
downloadhackvr-7372b60b6ae675a2bdd4caeef889ad1a60456a60.tar.gz
hackvr-7372b60b6ae675a2bdd4caeef889ad1a60456a60.zip
generic input event handler
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h
index 89a6e22..7bdc616 100644
--- a/src/input.h
+++ b/src/input.h
@@ -1,6 +1,9 @@
#ifndef _HV_MOUSE_H_
#define _HV_MOUSE_H_
+#include <idc.h>
+
+int input_event_handler(struct shit *me,char *line);
int mouse_event_handler();
int keyboard_event_handler();