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

Function GetDpiScale

Source/Engine/Platform/Base/WindowBase.h:358–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 /// Gets the window DPI scale factor (1 is default). Includes custom DPI scale
357 /// </summary>
358 API_PROPERTY() float GetDpiScale() const
359 {
360 return Platform::CustomDpiScale * _dpiScale;
361 }
362
363public:
364 /// <summary>

Callers 4

HandleEventInternalMethod · 0.85
HandleEventInternalMethod · 0.85
GetViewportMethod · 0.85
ShowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected