1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 08:45:00 +01:00

Process keyboard input events

This commit is contained in:
Ted John
2020-12-13 22:51:50 +00:00
parent 3339089235
commit c8f31dea7f
7 changed files with 70 additions and 223 deletions

View File

@@ -153,7 +153,7 @@ void KeyboardShortcuts::Set(int32_t key)
}
// Map shortcut to this key
_keys[static_cast<size_t>(gKeyboardShortcutChangeId)] = key;
// _keys[static_cast<size_t>(gKeyboardShortcutChangeId)] = key;
Save();
}