On 11/27/2010 12:26 AM, Mark Murphy wrote: > On Fri, Nov 26, 2010 at 6:02 PM, Ankur Avlani <[email protected]> wrote: >> Is there a way to simulate mouse event in android. My Idea is in android >> move the mouse based on x, y corodinates supplied. > > There is no mouse in Android.
You can plug a mouse into a beagle board. It's also mentioned in the MotionEvent doc: http://developer.android.com/reference/android/view/MotionEvent.html Ankur, check out onTouchEvent() and onTrackballEvent(): http://developer.android.com/reference/android/view/View.html#onTouchEvent(android.view.MotionEvent) -- Olivier -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
