Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetDpiScale
Method
GetDpiScale
Source/Engine/Platform/Base/PlatformBase.cpp:597–600 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
595
}
596
597
float PlatformBase::GetDpiScale()
598
{
599
return CustomDpiScale * (float)Platform::GetDpi() / 96.0f;
600
}
601
602
NetworkConnectionType PlatformBase::GetNetworkConnectionType()
603
{
Callers
4
ScreenToGameViewport
Method · 0.80
GameViewportToScreen
Method · 0.80
Run
Method · 0.80
GetViewport
Method · 0.80
Calls
1
GetDpi
Function · 0.85
Tested by
no test coverage detected