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

Function GetClientPosition

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

Source from the content-addressed store, hash-verified

286 /// Gets the client position of the window (client area not including border).
287 /// </summary>
288 API_PROPERTY() FORCE_INLINE Float2 GetClientPosition() const
289 {
290 return ClientToScreen(Float2::Zero);
291 }
292
293 /// <summary>
294 /// Sets the client position of the window (client area not including border)

Callers 2

WindowBase.hFile · 0.85
SetClientSizeFunction · 0.85

Calls 1

ClientToScreenFunction · 0.85

Tested by

no test coverage detected