Event XbpWindow():mbUp Foundation
Middle mouse button released.
:mbUp := {| aPos, uNIL, self | ... }
:mbUp ( <aPos> ) --> self
xbeM_MbUp (1048587)
This method returns the object executing the method (self).
The xbeM_MbUp event is generated when the middle mouse button is pressed and held before being released (the length of time it is held differentiates it from a mouse click). The mouse coordinates <aPos>correspond to the first message parameter of the function AppEvent().
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.