| | Class | Description |
| | VirtualMouse |
The VirtualMouse class is used to create a programmatic
version of the users mouse that can be moved about the
Flash player stage firing off mouse events of the display
objects it interacts with. |
| | VirtualMouseEvent |
Wrapper for the Event class to let you check to
see if an event originated from the user's mouse
or a VirtualMouse instance. |
| | VirtualMouseMouseEvent |
Wrapper for the MouseEvent class to let you check
to see if an event originated from the user's mouse
or a VirtualMouse instance. |