diff options
Diffstat (limited to 'src/input.h')
-rw-r--r-- | src/input.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h new file mode 100644 index 0000000..89a6e22 --- /dev/null +++ b/src/input.h @@ -0,0 +1,7 @@ +#ifndef _HV_MOUSE_H_ +#define _HV_MOUSE_H_ + +int mouse_event_handler(); +int keyboard_event_handler(); + +#endif |