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

Function SetClientPosition

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

Source from the content-addressed store, hash-verified

295 /// </summary>
296 /// <param name="position">The client area position.</param>
297 API_PROPERTY() virtual void SetClientPosition(const Float2& position)
298 {
299 SetClientBounds(Rectangle(position, GetClientSize()));
300 }
301
302 /// <summary>
303 /// Gets the window size (including border).

Callers 1

SetClientPositionMethod · 0.85

Calls 3

SetClientBoundsFunction · 0.85
GetClientSizeFunction · 0.85
RectangleClass · 0.50

Tested by

no test coverage detected