OnRightMouseDown in Android

Discuss any general programming issues here
Post Reply
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

OnRightMouseDown in Android

Post by xabierpayet »

is possible use OnRightMouseDown and OnRightMouseUp in android?
every time i use this the command exit, i know that in Android the right mouse is used for this purpose, but is not possible
hack this for use a normal mouse in an app? i´m using eventhandler.... p_HandlerFunc,CloseWindow=p_HandlerFunc} blahblah
but i have something as OnRightMouseUp and i need the other Right mouse status
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: OnRightMouseDown in Android

Post by airsoftsoftwair »

Huh? I don't really understand what you're trying to do. Have you got a real mouse attached to your Android device?
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Re: OnRightMouseDown in Android

Post by xabierpayet »

yes, i´m doing an app and use a mouse for control it, those are controlling 2 photocells, and i need the 2 buttons and i need to control:
onmouseup, onmousedown, onrightmousedown and onrightmouseup state in every moment,the app is working fine in amiga, but i have the
problem with the android version
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: OnRightMouseDown in Android

Post by airsoftsoftwair »

Ok, I'll see what I can do.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: OnRightMouseDown in Android

Post by airsoftsoftwair »

Code: Select all

- New [Android]: Added support for right mouse button, middle mouse button, and mouse wheel events
  when a mouse is connected to the Android device
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Re: OnRightMouseDown in Android

Post by xabierpayet »

Wonderful, you are really great
Post Reply