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

..24-Dec-2021-

README.mdH A D24-Dec-20211.2 KiB2616

ios7_app_delegate.hH A D24-Dec-20211.2 KiB399

ios7_app_delegate.mmH A D24-Dec-20215 KiB153126

ios7_common.hH A D24-Dec-20213.1 KiB12275

ios7_keyboard.hH A D24-Dec-20211.5 KiB5020

ios7_keyboard.mmH A D24-Dec-202111.8 KiB341281

ios7_main.mmH A D24-Dec-20211.4 KiB4837

ios7_osys_events.cppH A D24-Dec-202114.1 KiB516391

ios7_osys_main.cppH A D24-Dec-202111.9 KiB414299

ios7_osys_main.hH A D24-Dec-20218.3 KiB254172

ios7_osys_misc.mmH A D24-Dec-20215 KiB141122

ios7_osys_sound.cppH A D24-Dec-20213.5 KiB10664

ios7_osys_video.mmH A D24-Dec-202118.3 KiB602497

ios7_scummvm_view_controller.hH A D24-Dec-20211.1 KiB346

ios7_scummvm_view_controller.mmH A D24-Dec-20211.1 KiB3730

ios7_video.hH A D24-Dec-20213.2 KiB13780

ios7_video.mmH A D24-Dec-202133 KiB1,015819

module.mkH A D24-Dec-2021465 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