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

Method GetSize

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

Source from the content-addressed store, hash-verified

392}
393
394Float2 UWPWindow::GetSize() const
395{
396 return _clientSize;
397}
398
399Float2 UWPWindow::GetClientSize() const
400{

Callers 5

ReadAllBytesMethod · 0.45
CopyFileMethod · 0.45
AutoResizeMethod · 0.45
OnDebugDrawSelfMethod · 0.45
GetGeometryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected