How to distinguish between right click and left click? #1099
Unanswered
francescvc
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It sounds like there should be In the meantime, you can use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On entityBuilder() I can setup an onClick((ent)-> { ... }) but on the click code I can't make difference upon the button clicked, that is the left one or right one. ¿How can I attach different events to both mousebuttons, or how can I distinguish wich one was clicked?
Beta Was this translation helpful? Give feedback.
All reactions