Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ IsForegroundWindow
Method
IsForegroundWindow
Source/Engine/Platform/iOS/iOSPlatform.cpp:483–486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
481
}
482
483
bool iOSWindow::IsForegroundWindow() const
484
{
485
return IsFocused() && Platform::GetHasFocus();
486
}
487
488
void iOSWindow::BringToFront(bool force)
489
{
Callers
nothing calls this directly
Calls
1
IsFocused
Function · 0.85
Tested by
no test coverage detected