Event XbpCrt():lbDblClick Foundation
Left mouse button double clicked.
:lbDblClick := {| aPos, uNIL, self | ... }
:lbDblClick ( <aPos> ) --> self
xbeM_LbDblClick (1048592)
This method returns the object executing the method (self).
The xbeM_LbDblClick event is generated when the left mouse button is double clicked in the XbpCrt window. A double click occurs when the button is pressed two times and immediately released. The time interval within which the clicks must occur to cause the double click event can be set in the system configuration. The mouse coordinates <aPos>correspond to the first message parameter of the function AppEvent(). The value of the instance variable :mouseMode determines whether the mouse position will be given in text or graphic coordinates.
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.