Event summary

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.

Event

Description

Support

onMouseDown

Notified when the mouse is pressed.

Limitations: Supported if System.capabilities.hasMouse or System.capabilities.hasStylus are 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 are set to true.

Partially supported

onMouseWheel

Notified when the user rolls the mouse wheel.

Not supported