Does vsgTrackBall have a double-click ButtonMask now? #1350
Replies: 1 comment
-
I saw the same discussions: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, everyone!
I looked at the source code and saw ButtonMask in PointerEvent.h.
BUTTON_MASK_1 to BUTTON_MASK_3 correspond to the left, middle and right buttons,
but I don't see how to use BUTTON_MASK_4 and BUTTON_MASK_5.
If I want to get a double-click signal in trackBall, what should I do?
Beta Was this translation helpful? Give feedback.
All reactions