Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
409
Float2 UWPWindow::ClientToScreen(const Float2& clientPos) const
410
{
411
return clientPos + GetPosition();
412
}
413
414
void UWPWindow::Focus()
415
{
Callers
3
GameViewportToScreen
Method · 0.45
GetMousePosition
Method · 0.45
PointToScreen
Method · 0.45
Calls
1
GetPosition
Function · 0.50
Tested by
no test coverage detected