Interfaces
 InterfaceDescription
 IVirtualMouseEvent Interface for virtual mouse events allowing you to check an event for the type of IVirtualMouseEvent to see if it originated from VirtualMouse.
Classes
 ClassDescription
 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.