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

..03-May-2022-

jni/H07-Oct-2020-106

res/H07-Oct-2020-6557

AndroidManifest.xmlH A D07-Oct-20202.2 KiB7459

AndroidManifest.xml.inH A D07-Oct-20202.2 KiB7459

README.AndroidH A D07-Oct-20201.3 KiB5535

custom_rules.xmlH A D07-Oct-20201.6 KiB3229

project.propertiesH A D07-Oct-2020361 1210

README.Android

1README for the Android port of ScummVM
2--------------------------------------
3
4REQUIREMENTS
5
6  - Android 2.3 or later
7
8INSTALL
9
10  TODO
11
12CONTROLS
13
14  5-Way navigation control / DPAD
15
16    DPAD up/down/left/right: Mouse movement
17    DPAD center: Left mouse button
18
19  Trackball
20
21    Movement: Mouse movement
22    Click: Left mouse button
23
24  Touchscreen
25
26    The touchscreen can be used in two modes
27
28    1) Direct mode
29    2) Touchpad mode
30
31    When in direct mode, the mouse cursor moves to the touched point on screen.
32    In touchpad mode, the mouse cursor is independent of the touched point, it
33    is moved relative to its current position - like on a touchpad.
34
35    The mode can be toggled with the "Touchpad mouse mode" on the Control tab
36    in ScummVM's own option dialog.
37
38    Tap + movement: Mouse movement
39    Tap without movement: Left mouse button click
40    Tap held for >0.5s without movement: Right mouse button click
41    Tap held for >1s without movement: Middle mouse button click
42    Double Tap + movement: Drag and drop
43
44    On devices supporting multitouch:
45
46    Two finger tap: Right mouse button click
47    Three finger tap: Middle mouse button click
48
49  System keys
50
51    Back button: Escape
52    Menu button: ScummVM menu
53    Menu button held for 0.5s: Toggle virtual keyboard
54    Camera or Search button: Right mouse button click
55