MCPcopy 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
367void UWPWindow::BringToFront(bool force)
368{
369 Focus();
370}
371
372void UWPWindow::SetClientBounds(const Rectangle& clientArea)
373{

Callers 1

FocusGameViewportMethod · 0.45

Calls 1

FocusFunction · 0.85

Tested by

no test coverage detected