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

Method GetPosition

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

Source from the content-addressed store, hash-verified

385}
386
387Float2 UWPWindow::GetPosition() const
388{
389 float x, y, width, height;
390 _impl->GetBounds(&x, &y, &width, &height);
391 return Float2(x, y);
392}
393
394Float2 UWPWindow::GetSize() const
395{

Callers 15

FixFarPlaneFunction · 0.45
OnRenderMethod · 0.45
loadMethod · 0.45
ComputeBoundsMethod · 0.45
ProcessGroupParticlesMethod · 0.45
SimMethod · 0.45
TestNetworking.cppFile · 0.45
UpdateMethod · 0.45
GetDebugInfoMethod · 0.45
OnUpdateMethod · 0.45
CopyFromMethod · 0.45
CreateMethod · 0.45

Calls 2

Float2Class · 0.85
GetBoundsMethod · 0.45

Tested by

no test coverage detected