Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ SetClientPosition
Method
SetClientPosition
Source/Engine/Platform/UWP/UWPWindow.cpp:382–385 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
380
}
381
382
void UWPWindow::SetClientPosition(const Float2& position)
383
{
384
SetClientPosition(position);
385
}
386
387
Float2 UWPWindow::GetPosition() const
388
{
Callers
nothing calls this directly
Calls
1
SetClientPosition
Function · 0.85
Tested by
no test coverage detected