mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:30:05 +00:00
Handle hotkeys across multiple map panes
This commit is contained in:
parent
60c8af46bf
commit
589eff9882
5 changed files with 77 additions and 28 deletions
|
|
@ -24,8 +24,8 @@ public:
|
|||
explicit HotkeyManager();
|
||||
~HotkeyManager();
|
||||
|
||||
void HandleKeyPress(QKeyEvent* event);
|
||||
void HandleKeyRelease(QKeyEvent* event);
|
||||
bool HandleKeyPress(QKeyEvent* event);
|
||||
bool HandleKeyRelease(QKeyEvent* event);
|
||||
|
||||
static std::shared_ptr<HotkeyManager> Instance();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue