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

Function ClientToScreen

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

Source from the content-addressed store, hash-verified

340 /// <param name="clientPos">The client position.</param>
341 /// <returns>The screen space position.</returns>
342 API_FUNCTION() virtual Float2 ClientToScreen(const Float2& clientPos) const
343 {
344 return clientPos;
345 }
346
347 /// <summary>
348 /// Gets the window DPI setting.

Callers 13

OnButtonPressMethod · 0.85
OnButtonReleaseMethod · 0.85
OnMotionNotifyMethod · 0.85
GetClientPositionFunction · 0.85
SetMousePositionMethod · 0.85
OnWindowHitMethod · 0.85
SetMousePositionMethod · 0.85
HandleEventInternalMethod · 0.85
HandleEventInternalMethod · 0.85
HandleEventInternalMethod · 0.85
ClientToScreenMethod · 0.85
WndProcMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected