Achievements: Reset focus when opening windows

This commit is contained in:
Stenzek
2024-08-26 14:21:09 +10:00
parent b04f721d55
commit 7a05d5aca5
4 changed files with 30 additions and 8 deletions

View File

@ -153,6 +153,7 @@ enum class FocusResetType : u8
void QueueResetFocus(FocusResetType type);
bool ResetFocusHere();
bool IsFocusResetQueued();
bool IsFocusResetFromWindowChange();
FocusResetType GetQueuedFocusResetType();
void ForceKeyNavEnabled();