Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
988
void MacWindow::BringToFront(bool force)
989
{
990
Focus();
991
[NSApp activateIgnoringOtherApps: NO];
992
}
993
994
void MacWindow::SetIsFullscreen(bool isFullscreen)
995
{
Callers
nothing calls this directly
Calls
1
Focus
Function · 0.85
Tested by
no test coverage detected