diff options
Diffstat (limited to 'src/keycode.cpp')
-rw-r--r-- | src/keycode.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keycode.cpp b/src/keycode.cpp index 96631b4ea..890c97cc2 100644 --- a/src/keycode.cpp +++ b/src/keycode.cpp @@ -334,6 +334,7 @@ const char *KeyPress::name() const } const KeyPress EscapeKey("KEY_ESCAPE"); +const KeyPress CancelKey("KEY_CANCEL"); const KeyPress NumberKey[] = { KeyPress("KEY_KEY_0"), KeyPress("KEY_KEY_1"), KeyPress("KEY_KEY_2"), KeyPress("KEY_KEY_3"), KeyPress("KEY_KEY_4"), KeyPress("KEY_KEY_5"), |