MCPcopy 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
597float PlatformBase::GetDpiScale()
598{
599 return CustomDpiScale * (float)Platform::GetDpi() / 96.0f;
600}
601
602NetworkConnectionType PlatformBase::GetNetworkConnectionType()
603{

Callers 4

ScreenToGameViewportMethod · 0.80
GameViewportToScreenMethod · 0.80
RunMethod · 0.80
GetViewportMethod · 0.80

Calls 1

GetDpiFunction · 0.85

Tested by

no test coverage detected