mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-25 08:30:13 +00:00
fix(chat): suppress hotkeys while UI captures keyboard
This commit is contained in:
parent
94e5855d53
commit
5be80a9cc6
2 changed files with 4 additions and 2 deletions
|
|
@ -2288,7 +2288,7 @@ void GameScreen::processTargetInput(game::GameHandler& gameHandler) {
|
|||
refocusChatInput = true;
|
||||
}
|
||||
|
||||
const bool textFocus = chatInputActive || refocusChatInput || io.WantTextInput;
|
||||
const bool textFocus = chatInputActive || refocusChatInput || io.WantTextInput || io.WantCaptureKeyboard;
|
||||
|
||||
// Tab targeting (when keyboard not captured by UI)
|
||||
if (!io.WantCaptureKeyboard) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue