5#include "../arcdps_structs_slim.h"
6#include "../KeyInput.h"
8#include <ArcdpsUnofficialExtras/KeyBindStructs.h>
69 uint64_t mKeyBindHandlerId = 0;
70 uint64_t mKeyBindEscHandlerId = 0;
gwlanguage
Definition arcdps_structs_slim.h:162
@ GWL_ENG
Definition arcdps_structs_slim.h:163
Definition ComponentBase.h:6
Definition KeyBindComponent.h:11
virtual bool EscPressed()
Definition KeyBindComponent.cpp:47
virtual bool getKeyBindSwitch()
Definition KeyBindComponent.h:20
virtual bool getCloseWithEscActive()
Definition KeyBindComponent.h:45
virtual HKL getCurrentHKL()
Definition KeyBindComponent.h:59
virtual bool getCloseWithEsc()
Definition KeyBindComponent.h:40
virtual bool KeyBindPressed()
Definition KeyBindComponent.cpp:42
virtual KeyBinds::Key & getKeyBind()=0
virtual gwlanguage getCurrentLanguage()
Definition KeyBindComponent.h:66
Definition MainWindow.h:22
Definition ArcdpsExtension.h:10