Android supplies some useful stats on the touch screen when you enable them on the developer menu.
Can we at least have a log of coordinates? it can track ten fingers (last check). conductive rubber tipped pens (or tape covered foil) can actuate it.
As for ways to interpret (per touch):
Can we at least have a log of coordinates? it can track ten fingers (last check). conductive rubber tipped pens (or tape covered foil) can actuate it.
As for ways to interpret (per touch):
- X Y acceleration
- X Y speed
- trajectory speed
- trajectory acceleration
- angular diversion
- the de-rotation stuff in my "map" thread (cumulative angle, unroll, and it describes the same again after X Y speed being applied to result of unroll)