Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ BringToFront
Method
BringToFront
Source/Engine/Platform/UWP/UWPWindow.cpp:367–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
void UWPWindow::BringToFront(bool force)
368
{
369
Focus();
370
}
371
372
void UWPWindow::SetClientBounds(const Rectangle& clientArea)
373
{
Callers
1
FocusGameViewport
Method · 0.45
Calls
1
Focus
Function · 0.85
Tested by
no test coverage detected