mauiaaron / apple2

Apple //e emulator
http://deadc0de.org/apple2ix
GNU General Public License v3.0
32 stars 3 forks source link

Allow soft touch joystick and soft touch keyboard to operate at same time #20

Open mauiaaron opened 8 years ago

mauiaaron commented 8 years ago

Currently for mobile/touch platforms, the touch joystick and touch keyboard are mutually exclusive.

This makes it difficult/awkward to play games that rely on both at the same time (Space Rogue comes to mind).

So we need a way to allow use of one other alternate touch device (joystick or mouse) while keyboard is displaying. Presumably a touch on a "blank" part of the keyboard could fall through and be interpreted by the alt device.