MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / BringToFront

Method BringToFront

Source/Engine/Platform/Mac/MacWindow.cpp:988–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

986}
987
988void MacWindow::BringToFront(bool force)
989{
990 Focus();
991 [NSApp activateIgnoringOtherApps: NO];
992}
993
994void MacWindow::SetIsFullscreen(bool isFullscreen)
995{

Callers

nothing calls this directly

Calls 1

FocusFunction · 0.85

Tested by

no test coverage detected