Event XbpWindow():wheel Foundation
Mouse wheel is activated.
:wheel := {| aPos, aWheel, self | ... }
:wheel( <aPos>, <aWheel> ) --> self
xbeM_Wheel (1048599)
Constant | Description |
---|---|
XBP_MK_LBUTTON | Left mouse button is pressed |
XBP_MK_MBUTTON | Middle mouse button is pressed |
XBP_MK_RBUTTON | Right mouse button is pressed |
XBP_MK_CONTROL | Ctrl key is pressed |
XBP_MK_SHIFT | Shift key is pressed |
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.