jsantangelo / amoeba-engine

Game engine for the Android platform.
2 stars 0 forks source link

Adding Multi-touch support #125

Open jsantangelo opened 11 years ago

jsantangelo commented 11 years ago

Currently, the Engine supports recognition of the common multi-touch gestures, such as scaling. Beyond this, there is no notification to end-users of multiple touch points. We need to extend the InputService to recognize multiple touch points, and relay pointer IDs (to better reflect the actual Android system).