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

Method GetClientSize

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

Source from the content-addressed store, hash-verified

397}
398
399Float2 UWPWindow::GetClientSize() const
400{
401 return GetSize();
402}
403
404Float2 UWPWindow::ScreenToClient(const Float2& screenPos) const
405{

Callers 3

GetSizeMethod · 0.45
SetCursorLockMethod · 0.45
GetViewportMethod · 0.45

Calls 1

GetSizeFunction · 0.50

Tested by

no test coverage detected