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

Method ClientToScreen

Source/Engine/Platform/UWP/UWPWindow.cpp:409–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409Float2 UWPWindow::ClientToScreen(const Float2& clientPos) const
410{
411 return clientPos + GetPosition();
412}
413
414void UWPWindow::Focus()
415{

Callers 3

GameViewportToScreenMethod · 0.45
GetMousePositionMethod · 0.45
PointToScreenMethod · 0.45

Calls 1

GetPositionFunction · 0.50

Tested by

no test coverage detected