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

Function GetDpi

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

Source from the content-addressed store, hash-verified

348 /// Gets the window DPI setting.
349 /// </summary>
350 API_PROPERTY() int GetDpi() const
351 {
352 return _dpi;
353 }
354
355 /// <summary>
356 /// Gets the window DPI scale factor (1 is default). Includes custom DPI scale

Callers 5

InitMethod · 0.85
LinuxWindowMethod · 0.85
LogInfoMethod · 0.85
GetDpiScaleMethod · 0.85
WindowsWindowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected