OSSingleton.getScreenScale

Return the scale factor of the specified screen by index. If screen is /code-1/code (the default value), the current screen will be used. Note: On macOS returned value is 2.0 for hiDPI (Retina) screen, and 1.0 for all other cases. Note: This method is implemented on macOS.

struct OSSingleton
@nogc nothrow const
double
getScreenScale
(
in long screen = -1
)

Meta