scummvm/backends
Lars Sundström 15507ebc50 IOS7: Add GameController base class
Add a GameController base class which handles user inputs from a
controller. The input is either a pointer move or a button action.
If the input is a pointer move, make sure that the move is within
valid coordinates in the game (respecting the resolution which is
most probably lower than the view resolution).
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: Add GameController base 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