This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
Converting MOUSE_PARAMS cmd to MOUSE_EVENTS #186
Answered
by
c-smile
WhoAteDaCake
asked this question in
Q&A
-
Hi, I don't have much experience in C, so I'm a bit confused by how is the value converted to the enum, since I've seen values go higher than |
Beta Was this translation helpful? Give feedback.
Answered by
c-smile
Sep 8, 2021
Replies: 1 comment 3 replies
-
cmd can be OR'ed with EVENT_SINKING and EVENT_HANDLED flags. See: https://sciter.com/developers/for-native-gui-programmers/#events-propagation |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
c-smile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cmd can be OR'ed with EVENT_SINKING and EVENT_HANDLED flags.
See: https://sciter.com/developers/for-native-gui-programmers/#events-propagation