IUIContext.getUIScale

interface IUIContext
nothrow @nogc
float
getUIScale
()

Return Value

Type: float

Current number of physical pixels for one logical pixel. There is currently no support for this in Dplug, so it is always 1.0f for now. The OS _might_ upscale the UI without our knowledge though.

Meta