Method TrayIcon():onMotion() Foundation

The mouse is moved.

Syntax
:onMotion( <aPos> ) --> self
Parameters
<aPos>
An array with the position of the mouse pointer.
Return

This method returns self.

Description

A event handler which is called automatically when the user moves the mouse over the tray icon. This handler can be overridden to implement custom behavior in a user-defined class derived from TrayIcon.

Feedback

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.