summaryrefslogtreecommitdiff
path: root/src/interface
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-03 17:12:32 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-03 17:12:32 (GMT)
commit299c1da9ae6b79ddb6cc39477ad31fb1d2a3c566 (patch)
treea867e45707c6d819761782c90af00b0f6093cbcc /src/interface
parent838a612026c821c03e663c818d4bc9fe740febd8 (diff)
downloadpowder-299c1da9ae6b79ddb6cc39477ad31fb1d2a3c566.zip
powder-299c1da9ae6b79ddb6cc39477ad31fb1d2a3c566.tar.gz
Search and stamps scolling with mouse wheel, Esc to exit
Diffstat (limited to 'src/interface')
-rw-r--r--src/interface/Keys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Keys.h b/src/interface/Keys.h
index 5350b06..71c5928 100644
--- a/src/interface/Keys.h
+++ b/src/interface/Keys.h
@@ -9,6 +9,7 @@
#define KEY_TAB SDLK_TAB
#define KEY_RETURN SDLK_RETURN
#define KEY_ENTER SDLK_KP_ENTER
+#define KEY_ESCAPE SDLK_ESCAPE
#define KEY_CTRL SDLK_LCTRL
#define KEY_ALT SDLK_LALT