Hi All

I am writing an application in which i need to handle mouse events. I am
infact not sure on how Android supports mouse pointers. With all the
discussions on android groups, i got a vague idea that it is nto suported.

But could anyone please tel me if mouse is suported on Android.
On WindowsMobile,we have

  WM_MOUSEMOVE :                //move the pointer/cursor while pressing the
left mouse button.
  WM_LBUTTONDOWN :            //press the left mouse button
  WM_LBUTTONUP :                 //release the left mouse button
  WM_LBUTTONDBLCLK :         //double-clicks the mouse

I need to know the exact equivalent for these above events.

I am trying with
"MotionEvent.ACTION_MOVE"/"MotionEvent.ACTION_DOWN"/"MotionEvent.ACTION_UP".But
I am not quite sure if i am right or not.

Please do help me,if you know anythign about this.Would appreciate any help.

Thanks
Latha

--~--~---------~--~----~------------~-------~--~----~
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