Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
399
Float2 UWPWindow::GetClientSize() const
400
{
401
return GetSize();
402
}
403
404
Float2 UWPWindow::ScreenToClient(const Float2& screenPos) const
405
{
Callers
3
GetSize
Method · 0.45
SetCursorLock
Method · 0.45
GetViewport
Method · 0.45
Calls
1
GetSize
Function · 0.50
Tested by
no test coverage detected