Android Multitouch - Possible to test in emulator? -


i discovered android 2.0 sdk supports multitouch through new functions in motionevent class. can specify pointer index when retrieving touch properties, , in cases multiple fingers on screen there should multiple pointers provided.

unfortunately, have g1 test on , it's running android 1.5 , not 2.0.

is there way test multitouch without 2.0 device? in iphone simulator, can hold down option , shift option perform 2 fingered pinch , 2 fingered drag, respectively. there similar functionality in android emulator? should expect see in future, or should suck , buy new test phone?

this post guy android team says multitouch in emulator still not supported.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -