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

Function Restore

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

Source from the content-addressed store, hash-verified

230 /// Restores the window state before minimizing or maximizing.
231 /// </summary>
232 API_FUNCTION() virtual void Restore()
233 {
234 }
235
236 /// <summary>
237 /// Closes the window.

Callers 4

SetBorderlessMethod · 0.85
SetBorderlessMethod · 0.85
WndProcMethod · 0.85
StopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected