mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-24 08:00:14 +00:00
fix(input): don't block hotkeys on WantCaptureKeyboard
This commit is contained in:
parent
251ed7733b
commit
e0828cc35c
2 changed files with 2 additions and 4 deletions
|
|
@ -2288,7 +2288,7 @@ void GameScreen::processTargetInput(game::GameHandler& gameHandler) {
|
|||
refocusChatInput = true;
|
||||
}
|
||||
|
||||
const bool textFocus = chatInputActive || refocusChatInput || io.WantTextInput || io.WantCaptureKeyboard;
|
||||
const bool textFocus = chatInputActive || refocusChatInput || io.WantTextInput;
|
||||
|
||||
// Tab targeting (when keyboard not captured by UI)
|
||||
if (!io.WantCaptureKeyboard) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue