diff options
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r-- | src/keyboardconfig.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h index 6fc79ced..be643b9b 100644 --- a/src/keyboardconfig.h +++ b/src/keyboardconfig.h @@ -32,9 +32,9 @@ */ struct KeyFunction { - const char* configField; /** Field index that is in the config file. */ - int defaultValue; /** The default key value used. */ - SDL_Keycode value; /** The actual value that is used. */ + const char* configField; /**< Field index that is in the config file. */ + int defaultValue; /**< The default key value used. */ + SDL_Keycode value; /**< The actual value that is used. */ }; class Setup_Keyboard; @@ -191,6 +191,7 @@ class KeyboardConfig KEY_WINDOW_INVENTORY, KEY_WINDOW_EQUIPMENT, KEY_WINDOW_SKILL, + KEY_WINDOW_QUESTS, KEY_WINDOW_MINIMAP, KEY_WINDOW_CHAT, KEY_WINDOW_SHORTCUT, |