diff options
author | epoch <epoch@hacking.allowed.org> | 2019-07-01 05:06:20 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2019-07-01 05:06:20 -0500 |
commit | 7372b60b6ae675a2bdd4caeef889ad1a60456a60 (patch) | |
tree | 13567d03ba9963286d6fb08761f6f71a4a962bbf /src | |
parent | df95de766772106aab295df74ea82eece18e72e3 (diff) | |
download | hackvr-7372b60b6ae675a2bdd4caeef889ad1a60456a60.tar.gz hackvr-7372b60b6ae675a2bdd4caeef889ad1a60456a60.zip |
generic input event handler
Diffstat (limited to 'src')
-rw-r--r-- | src/input.h | 3 |
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(); |