mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-02 12:03:51 +00:00
SDL/Mac report going into the background
This commit is contained in:
parent
4b25b59185
commit
ad30641499
2 changed files with 1 additions and 5 deletions
|
|
@ -342,7 +342,7 @@ bool PlatformWindowSDL::isFocused()
|
|||
if( flags & SDL_WINDOW_INPUT_FOCUS || flags & SDL_WINDOW_INPUT_GRABBED || flags & SDL_WINDOW_MOUSE_FOCUS )
|
||||
return true;
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool PlatformWindowSDL::isMinimized()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue