lukehutch / android-multitouch-controller

Automatically exported from code.google.com/p/android-multitouch-controller
69 stars 24 forks source link

Responding to TextViews? #21

Open SeloSlav opened 8 years ago

SeloSlav commented 8 years ago

Are there any examples of manipulating text using this library? Instead of creating a drawable, could you not generate a TextView programmatically and then manipulate it with the available multi-touch controller? Just wondering if there are any existing examples or if anyone knows of anything specifically so that I know it's worth working on this... Thanks!

lukehutch commented 7 years ago

@santafebound Sorry, I didn't see this issue before. I don't know anything about interacting with a TextView -- did you figure this out? The multi-touch controller is not inherently bound to a drawable, it just needs a source of touch events, so if you can get those from a TextView, then it should work.