liballeg / allegro5

The official Allegro 5 git repository. Pull requests welcome!
https://liballeg.org
Other
1.89k stars 286 forks source link

touchpad and stylus events #285

Open allebot opened 14 years ago

allebot commented 14 years ago

Originally reported by: wangp

Original Ticket: alleg/bugs/264

Gestures, pressure & tilt, multitouch, ... all pose questions for the design of the "mouse" subsystem. There was the idea of a generic input device to catch all the devices that don't fit well under keyboard/mouse/joystick.

beoran commented 9 years ago

Now we have touch support. However, the idea of a generic input device seems interesting, if a bit abstract. What would the API look like?