onMouseOver(event)
The internal method that handles the mouse over event from the browser.
Parameters
Name | Type | Description |
---|---|---|
event | MouseEvent | The native event from the browser. This gets stored in Mouse.event. |
- Source code: input/Mouse.js (Line 480)
Please login to continue.