mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T606, added back/tab/ESC as hotkeys
This commit is contained in:
@@ -314,6 +314,7 @@ namespace BlackGui
|
||||
|
||||
void CHotkeyDialog::setupAdvancedFrame()
|
||||
{
|
||||
if (!sGui || sGui->isShuttingDown()) { return; }
|
||||
this->clearAdvancedFrame();
|
||||
const CKeyboardKeyList allSupportedKeys = CKeyboardKeyList::allSupportedKeys();
|
||||
const CJoystickButtonList allAvailableButtons = sGui->getInputManager()->getAllAvailableJoystickButtons();
|
||||
|
||||
Reference in New Issue
Block a user