diff options
Diffstat (limited to 'src/cInput.h')
-rw-r--r-- | src/cInput.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cInput.h b/src/cInput.h index f34095f..e25d7fb 100644 --- a/src/cInput.h +++ b/src/cInput.h @@ -18,6 +18,7 @@ #define _EVENT_KEY 2 #define _EVENT_MOUSE 3 #define _EVENT_TERM 4 +#define _EVENT_FUNCTION1 5 struct sInputEvent { |