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

Function GetClientSize

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

Source from the content-addressed store, hash-verified

311 /// Gets the size of the client area of the window (not including border).
312 /// </summary>
313 API_PROPERTY() virtual Float2 GetClientSize() const
314 {
315 return _clientSize;
316 }
317
318 /// <summary>
319 /// Sets the size of the client area of the window (not including border).

Callers 6

WindowBase.hFile · 0.85
SetClientPositionFunction · 0.85
ShowMethod · 0.85
OnWindowHitMethod · 0.85
CheckForWindowResizeMethod · 0.85
SetBorderlessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected