MCPcopy 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
488void iOSWindow::BringToFront(bool force)
489{
490 Focus();
491}
492
493void iOSWindow::SetIsFullscreen(bool isFullscreen)
494{

Callers

nothing calls this directly

Calls 1

FocusFunction · 0.85

Tested by

no test coverage detected