Use SDL's new support for keyboard grab on macOS
This commit is contained in:
parent
267f9f5759
commit
666dc13c01
3 changed files with 0 additions and 70 deletions
|
|
@ -1421,7 +1421,6 @@ void Session::execInternal()
|
|||
if (m_Preferences->muteOnFocusLoss) {
|
||||
m_AudioMuted = false;
|
||||
}
|
||||
m_InputHandler->notifyFocusGained();
|
||||
break;
|
||||
case SDL_WINDOWEVENT_LEAVE:
|
||||
m_InputHandler->notifyMouseLeave();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue