B4J Question TOUCH_ACTION_DOWN - Mouse Right Click

GabrielM

Member
Licensed User
Longtime User
On a MainForm a Canvas(XUI) was added on which the TOUCH_ACTION Event is used:
- Could it be possible to differentiate which Mouse Button was the trigger (primary/secondary/middle) ?
 

GabrielM

Member
Licensed User
Longtime User
B4XCanvas doesn't raise any event. I guess that you are handling the event of an underlying pane.

You will need to switch to the Mouse related events.
Right, thank you very much. Using the pane events now and all is good.
 
Upvote 0
Top