I have multitouch working on the G1 in a way that is backwards-
compatible with single-touch applications.  I capture the multitouch
events and then hijack an unused field in MotionEvent to pass the
multitouch events in a way that only affects programs that have been
designed to work in multitouch mode -- i.e. this did not require re-
plumbing the event system.  The approach also does not require any
kernel modifications, it just needs modifications to one Java system
class.

Video and full source here:
http://lukehutch.wordpress.com/android-stuff/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to