scummvm/backends/platform/iphone
Johannes Schickel c6a2d86be7 IPHONE: Scale input according to content scale factor.
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...
2014-06-05 04:42:57 +02:00
..
iphone_common.h IPHOME: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
iphone_keyboard.h IPHOME: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
iphone_keyboard.mm IPHONE: Remove superflous semicolon. 2014-06-04 20:22:54 +02:00
iphone_main.mm IPHOME: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
iphone_video.h IPHONE: Scale input according to content scale factor. 2014-06-05 04:42:57 +02:00
iphone_video.mm IPHONE: Scale input according to content scale factor. 2014-06-05 04:42:57 +02:00
module.mk IPHONE: Remove dead code. 2012-02-19 20:33:53 +01:00
osys_events.cpp IPHOME: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
osys_main.cpp IPHOME: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
osys_main.h IPHOME: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
osys_sound.cpp IPHOME: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
osys_video.mm IPHOME: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00