Various improvements to macOS platform
This commit is contained in:
@@ -410,7 +410,7 @@ bool iOSWindow::IsClosed() const
|
||||
|
||||
bool iOSWindow::IsForegroundWindow() const
|
||||
{
|
||||
return Platform::GetHasFocus() && IsFocused();
|
||||
return IsFocused() && Platform::GetHasFocus();
|
||||
}
|
||||
|
||||
void iOSWindow::BringToFront(bool force)
|
||||
|
||||
Reference in New Issue
Block a user