Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ScreenToClient
Method
ScreenToClient
Source/Engine/Platform/UWP/UWPWindow.cpp:404–407 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
402
}
403
404
Float2 UWPWindow::ScreenToClient(const Float2& screenPos) const
405
{
406
return screenPos - GetPosition();
407
}
408
409
Float2 UWPWindow::ClientToScreen(const Float2& clientPos) const
410
{
Callers
7
Update
Method · 0.45
ScreenToGameViewport
Method · 0.45
SetCursorLock
Method · 0.45
SetMousePosition
Method · 0.45
PointFromScreen
Method · 0.45
EditorInternal_RunVisualScriptBreakpointLoopTick
Function · 0.45
OnHitTest
Method · 0.45
Calls
1
GetPosition
Function · 0.50
Tested by
no test coverage detected