summaryrefslogtreecommitdiff
path: root/src/interface/Keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/Keys.h')
-rw-r--r--src/interface/Keys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface/Keys.h b/src/interface/Keys.h
index 685f240..b18a4c3 100644
--- a/src/interface/Keys.h
+++ b/src/interface/Keys.h
@@ -27,6 +27,8 @@
#define KEY_s SDLK_s
#define KEY_w SDLK_w
+#define KEY_F1 SDLK_F1
+
#define BUTTON_LEFT SDL_BUTTON_LEFT
#define BUTTON_MIDDLE SDL_BUTTON_MIDDLE
#define BUTTON_RIGHT SDL_BUTTON_RIGHT