mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 20:01:25 +00:00
c6a2d86be7
This hopefully fixes input positions in retina devices. The idea is stolen
from QT: 0726127285
:src/plugins/platforms/uikit/quikitwindow.mm#L261-296
Complicated way to retrieve scale's return value properly is taken from:
https://stackoverflow.com/questions/3130464 We sadly can't use the cleaner
solution since we don't want to require a newer SDK...