You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #51 one can detect which mouse button was used when dragging. However this is not the case for onMouseDown or onClick. How would one go about detecting mouse button in that case?
The text was updated successfully, but these errors were encountered:
Well, there is already a way to get the button with customMouseConfig. The events onMouseDown and onClick are fired after that, so you already have access to the button (you must keep in your model).
After #51 one can detect which mouse button was used when dragging. However this is not the case for
onMouseDown
oronClick
. How would one go about detecting mouse button in that case?The text was updated successfully, but these errors were encountered: