MCPcopy 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
382void UWPWindow::SetClientPosition(const Float2& position)
383{
384 SetClientPosition(position);
385}
386
387Float2 UWPWindow::GetPosition() const
388{

Callers

nothing calls this directly

Calls 1

SetClientPositionFunction · 0.85

Tested by

no test coverage detected