See: Description
| Class | Description |
|---|---|
| MouseOverTextEvent |
Defines an event where the mouse becomes stationary over some part of an area (
MouseOverTextEvent.MOUSE_OVER_TEXT_BEGIN)
and when it moves from that position (MouseOverTextEvent.MOUSE_OVER_TEXT_END). |
| MouseStationaryEvent |
An event indicating that the mouse has stopped moving and remained stationary for time
(
MouseStationaryEvent.MOUSE_STATIONARY_BEGIN), or that the stationary mouse has once again moved
(MouseStationaryEvent.MOUSE_STATIONARY_END). |
| MouseStationaryHelper |
Helper class for setting up the code that will fire both kinds of
MouseStationaryEvent when
these events occur. |