[client] keybind: add descriptions for all keybindings

This commit is contained in:
Quantum
2021-01-30 22:48:24 -05:00
committed by Geoffrey McRae
parent 4e765b063a
commit ead8069dae
5 changed files with 26 additions and 24 deletions

View File

@@ -50,6 +50,7 @@ struct AppState
bool escapeActive;
int escapeAction;
KeybindHandle bindings[KEY_MAX];
const char * keyDescription[KEY_MAX];
bool keyDown[KEY_MAX];
bool haveSrcSize;