Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ BringToFront
Method
BringToFront
Source/Engine/Platform/iOS/iOSPlatform.cpp:488–491 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
486
}
487
488
void iOSWindow::BringToFront(bool force)
489
{
490
Focus();
491
}
492
493
void iOSWindow::SetIsFullscreen(bool isFullscreen)
494
{
Callers
nothing calls this directly
Calls
1
Focus
Function · 0.85
Tested by
no test coverage detected