Method TrayIcon():onMbDblClick() Foundation
Middle mouse button is double-clicked.
:onMbDblClick( <aPos> ) --> self
This method returns self.
A event handler for middle mouse button doube-click events.
Note: the usage of this handler is discouraged. This is because the middle mouse button often involves special handling in the mouse hardware or driver, for example, when it is incorporated in a mouse wheel. This can cause clicks with this button to occur slower than with the other mouse buttons, or click events may not be generated reliably.
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.