Mouse wheel
#130
Replies: 1 comment 3 replies
-
I'm not quite sure what you're asking but mouse wheel events are handled here: https://github.com/any1/wayvnc/blob/master/src/pointer.c#L38-L70 |
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
-
Hi there! I'm looking at code, in pointer event how can i know if a wheel mouse event occurred? If yes, can i distinguish if is wheel up or down?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions