diff options
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r-- | src/keyboardconfig.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h index ecbe5de5..ebb94c89 100644 --- a/src/keyboardconfig.h +++ b/src/keyboardconfig.h @@ -132,7 +132,7 @@ class KeyboardConfig /** * Checks if the key is active, by providing the key function index. */ - bool isKeyActive(int index); + bool isKeyActive(int index) const; /** * Takes a snapshot of all the active keys. @@ -188,7 +188,6 @@ class KeyboardConfig KEY_WINDOW_SHORTCUT, KEY_WINDOW_SETUP, KEY_WINDOW_DEBUG, - KEY_WINDOW_EMOTE, KEY_WINDOW_EMOTE_SHORTCUT, KEY_EMOTE_1, KEY_EMOTE_2, |