• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Oct-2020-

README.mdH A D07-Oct-20201.2 KiB2616

ios7_app_delegate.hH A D07-Oct-20201.2 KiB399

ios7_app_delegate.mmH A D07-Oct-20203.6 KiB11191

ios7_common.hH A D07-Oct-20203.4 KiB13686

ios7_keyboard.hH A D07-Oct-20201.5 KiB5020

ios7_keyboard.mmH A D07-Oct-202010.7 KiB310253

ios7_main.mmH A D07-Oct-20201.4 KiB4837

ios7_osys_events.cppH A D07-Oct-202013.7 KiB501379

ios7_osys_main.cppH A D07-Oct-202011.1 KiB421308

ios7_osys_main.hH A D07-Oct-20207.9 KiB254173

ios7_osys_misc.mmH A D07-Oct-20204.3 KiB11198

ios7_osys_sound.cppH A D07-Oct-20203.5 KiB10664

ios7_osys_video.mmH A D07-Oct-202018.1 KiB608505

ios7_scummvm_view_controller.hH A D07-Oct-20201.1 KiB346

ios7_scummvm_view_controller.mmH A D07-Oct-20201.1 KiB3730

ios7_video.hH A D07-Oct-20203.2 KiB13983

ios7_video.mmH A D07-Oct-202035.7 KiB1,123916

module.mkH A D07-Oct-2020465 1915

README.md

1# ScummVM for iOS 7.1+ #
2
3This is a quick fix of the latest ScummVM (1.8.0) for iOS 7.1. It has been tested on real iPhone 6S+, and iPad Pro, and also on all the available Xcode simulators.
4
5I tried to use all the latest iOS features to replace the old code. For instance, it uses gesture recognizers most of the time, it supports the new iPhones 6 / 6+ / 6s / 6s+ resolution, and you can copy your game files using iTunes.
6
7## Compilation ##
8
9See https://wiki.scummvm.org/index.php/Compiling_ScummVM/iPhone
10
11## Usage ##
12
13The game data files can be copied on the iOS device using iTunes. Once done, add your games in ScummVM as usual.
14
15Here is a list of the in-game gestures:
16
17|Gesture|Description|
18|-------|-----------|
19|Two fingers swipe down|Display the ScummVM menu for loading, saving, etc.|
20|Two fingers swipe right|Enable / disable the touchpad mode|
21|Two fingers swipe up|Enable / disable the mouse-click-and-drag mode|
22|Two fingers tap|Simulate a right click. You should tap with one finger, and then tap with another while keeping your first finger on the screen.|
23|Two fingers double-tap|Skip the cinematic / video|
24
25The iOS keyboard is visible when the device is in portrait mode, and hidden in landscape mode.
26