scummvm/backends
Lars Sundström db2e15b3f1 IOS7: Factor out touch pointer handling to TouchController class
Move touch inputs to a TouchController class to move some logic from the
iPhoneView class. Only do this for touches on screen since connected
trackpads can generate touches as well. The latter ones are of type
UITouchTypeIndirectPointer while touches on screen are of type
UITouchTypeDirect. They are separated thanks to the preference key
UIApplicationSupportsIndirectInputEvents set to YES in Info.plist.
Without the preference above, there is no way to distinguish touches
from screen from a trackpad.
2022-08-08 21:08:56 +01:00
..
audiocd JANITORIAL: "Mac OS X" and "OS X" to "macOS" in comments 2022-01-29 14:15:05 +01:00
cloud GUI: Add files amount to SaveLoadCloudSyncProgressDialog 2022-08-02 22:08:19 +02:00
dialogs JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
events COMMON: Allow registering multiple event mappers 2022-06-18 23:13:17 +02:00
fs VITA: Fix build with latest toolchains 2022-06-01 12:45:29 +02:00
graphics OPENGL: Add proper error checking to the Shader class 2022-06-29 22:37:38 +01:00
graphics3d OPENGL: Merge both OpenGL shaders objects 2022-06-26 18:32:10 +02:00
keymapper COMMON: Allow registering multiple event mappers 2022-06-18 23:13:17 +02:00
log ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
midi RISCOS: Add a native MIDI driver 2022-06-20 23:33:42 +01:00
mixer ALL: Remove Symbian port 2022-05-28 12:32:29 +02:00
mutex ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
networking JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
platform IOS7: Factor out touch pointer handling to TouchController class 2022-08-08 21:08:56 +01:00
plugins VITA: Add plugins support 2022-08-07 18:15:09 +02:00
presence/discord ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
saves ALL: Remove Symbian port 2022-05-28 12:32:29 +02:00
taskbar JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
text-to-speech TTS: cleanup (whitespace) 2022-04-26 21:08:41 +03:00
timer ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
updates JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
vkeybd ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
base-backend.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
base-backend.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
modular-backend.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
modular-backend.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
module.mk VITA: Add plugins support 2022-08-07 18:15:09 +02:00