scummvm/backends
TomFrost d7abbb523c WebOS: Change to multitouch control scheme.
This is a near-rewrite of the WebOS event system to take
advantage of multitouch, with which all WebOS devices are
outfitted. This commit also marks full compatibility with the
HP TouchPad, or any future tablet device without a hardware
keyboard.

Controls:
 - Left click: Single-tap once
 - Right click: Put one finger on screen, single-tap another
 - Middle click: Put two fingers on screen, single-tap another
 - Menu: Swipe two fingers down
 - Show keyboard: Swipe two fingers up
 - Touchpad Mode:
   - Swipe two fingers to the right to toggle
   - When off (default) mouse will move to the location tapped
   - When on, mouse will move relative to its current position
 - Autodrag Mode:
   - Swipe three fingers to the right to toggle
   - When on (default), touching the screen and holding still
     for a half-second will initiate a left-mouse button hold.
	 Useful for games like COMI and FT.
   - When off (or on) a double-tap will initiate a left-mouse
     button hold.
 - Escape key: Swipe two fingers left
 - Space bar (pause): Swipe three fingers down
2011-09-25 12:06:06 -04:00
..
audiocd ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
events WebOS: Change to multitouch control scheme. 2011-09-25 12:06:06 -04:00
fs BADA: Initial BADA port implementation 2011-08-21 16:37:06 +10:00
graphics BADA: Remove incorrect BADA defined check 2011-08-21 11:46:37 +02:00
keymapper GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
log JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
midi ALL: initialise -> initialize 2011-05-25 11:17:11 -04:00
mixer JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
mutex GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
platform WebOS: Enable scalers and Darwin compatibility. 2011-09-24 15:12:27 -04:00
plugins JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
saves JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
taskbar BACKENDS: Implement notifyError() and clearError() for Win32TaskbarManager 2011-08-06 15:26:49 -04:00
timer BADA: Moved timer manager to backends/timer/bada 2011-08-21 16:39:09 +10:00
updates/macosx MACOSX: Turned update support off by default, simplified and cleaned the pull request 2011-08-02 21:00:57 -04:00
vkeybd JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
base-backend.cpp JANITORIAL: Remove SVN keywords 2011-08-06 11:30:47 +01:00
base-backend.h BACKENDS: Shuffle backends class hierarchy and module initialization 2011-06-08 14:29:22 +02:00
modular-backend.cpp MACOSX/UPDATES: Streamline UpdateManager 2011-07-19 21:35:37 +02:00
modular-backend.h MACOSX/UPDATES: Streamline UpdateManager 2011-07-19 21:35:37 +02:00
module.mk BADA: Moved timer manager to backends/timer/bada 2011-08-21 16:39:09 +10:00