MCPcopy 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
483bool iOSWindow::IsForegroundWindow() const
484{
485 return IsFocused() && Platform::GetHasFocus();
486}
487
488void iOSWindow::BringToFront(bool force)
489{

Callers

nothing calls this directly

Calls 1

IsFocusedFunction · 0.85

Tested by

no test coverage detected