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

Function Focus

Source/Engine/Platform/Base/WindowBase.h:409–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407 /// Focuses this window.
408 /// </summary>
409 API_FUNCTION() virtual void Focus()
410 {
411 }
412
413 /// <summary>
414 /// Brings window to the front of the Z order.

Callers 15

BringToFrontMethod · 0.85
ShowMethod · 0.85
SetBorderlessMethod · 0.85
DragEnterMethod · 0.85
BringToFrontMethod · 0.85
BringToFrontMethod · 0.85
WindowRootControlClass · 0.85
StartTrackingMouseMethod · 0.85
FocusMethod · 0.85
DefocusMethod · 0.85
NavigationFocusMethod · 0.85
OnDestroyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected