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

Function BringToFront

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

Source from the content-addressed store, hash-verified

415 /// </summary>
416 /// <param name="force">True if move to the front by force, otherwise false.</param>
417 API_FUNCTION() virtual void BringToFront(bool force = false)
418 {
419 }
420
421 /// <summary>
422 /// Flashes the window to bring use attention.

Callers 4

ShowMethod · 0.85
SetBorderlessMethod · 0.85
SetBorderlessMethod · 0.85
FocusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected