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

Function Maximize

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

Source from the content-addressed store, hash-verified

214 /// Maximizes the window.
215 /// </summary>
216 API_FUNCTION() virtual void Maximize()
217 {
218 }
219
220 /// <summary>
221 /// Sets the window to be borderless or not and to be fullscreen.

Callers 5

MaximizeMethod · 0.85
RestoreMethod · 0.85
SetBorderlessMethod · 0.85
SetBorderlessMethod · 0.85
WndProcMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected