G GabrielM Member Licensed User Longtime User Jun 6, 2020 #1 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) ?
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) ?
Erel B4X founder Staff member Licensed User Longtime User Jun 7, 2020 #2 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. Upvote 0
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.
G GabrielM Member Licensed User Longtime User Jun 15, 2020 #3 Erel said: 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. Click to expand... Right, thank you very much. Using the pane events now and all is good. Upvote 0
Erel said: 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. Click to expand... Right, thank you very much. Using the pane events now and all is good.