The following table lists the events that are either partially or not supported by the Mouse class when using ActionScript for Flash Lite 2.x and later.
|
Event |
Description |
Support |
|---|---|---|
| onMouseDown |
Notified when the mouse is pressed. Limitations: Supported if System.capabilities.hasMouse or System.capabilities.hasStylus is set to true. |
Partially supported |
| onMouseMove |
Notified when the mouse moves. Limitations: Supported if System.capabilities.hasMouse is set to true. |
Partially supported |
| onMouseUp |
Notified when the mouse is released. Limitations: Supported if System.capabilities.hasMouse or System.capabilities.hasStylus is set to true. |
Partially supported |
| onMouseWheel |
Notified when the user rolls the mouse wheel. |
Not supported |