Handle hotkeys across multiple map panes

This commit is contained in:
Dan Paulat 2024-04-12 22:59:49 -05:00
parent 60c8af46bf
commit 589eff9882
5 changed files with 77 additions and 28 deletions

View file

@ -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();