aboutsummaryrefslogtreecommitdiff
path: root/src/pad/inc
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-02-24 17:55:57 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-03-30 08:20:21 +0200
commit8f8c5df4f2421f65050cb630a8413013a2dae23e (patch)
tree2c87337e00bca987cffdb131554b31d87893b227 /src/pad/inc
parent4765653cb3af905a9b20f1e5f2277e50d801c43b (diff)
downloadjancity-8f8c5df4f2421f65050cb630a8413013a2dae23e.tar.gz
Add support for keyboard and mouse
Diffstat (limited to 'src/pad/inc')
-rw-r--r--src/pad/inc/pad.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pad/inc/pad.h b/src/pad/inc/pad.h
index 2579c84..c8f6b31 100644
--- a/src/pad/inc/pad.h
+++ b/src/pad/inc/pad.h
@@ -19,13 +19,17 @@ extern "C"
X(PAD_KEY_C) \
X(PAD_KEY_D) \
X(PAD_KEY_E) \
- X(PAD_KEY_OPTIONS)
+ X(PAD_KEY_OPTIONS) \
+ X(PAD_KEY_FULL_SCREEN) \
+ X(PAD_KEY_EXIT)
enum pad_key
{
#define X(x) x,
PAD_KEYS
#undef X
+
+ MAX_PAD_KEYS
};
struct pad