trying to hold the dpi awareness (just an InputRequester() does not give the normal display : I must switch the DPI awareness option on, to restore the right display - v5.73 LTS x64 demo), I observe DesktopScaledX() returns an integer.
Code: Select all
Debug DesktopScaledX(1) ; returns 2 (it should return 1.75 on my computer)
Debug DesktopScaledX(100) : returns 175 (ok)