overrideScreenDPI - multiple declarations
Function overrideScreenDPI
get screen DPI detection override value, if non 0 - this value is used instead of DPI detected by platform, if 0, value detected by platform will be used
int overrideScreenDPI() @property;
Function overrideScreenDPI
call to disable automatic screen DPI detection, use provided one instead (pass 0 to disable override and use value detected by platform)
void overrideScreenDPI(
int dpi = 96
) @property;