Tutorials, extensions, and source files for ActionScript, Flash, and other Adobe products.
1 2 3 4 5 6 7 8 9 10
package com.senocular.ui { /** * Interface for virtual mouse events * allowing you to check an event for * the type of IVirtualMouseEvent to see * if it originated from VirtualMouse. */ public interface IVirtualMouseEvent {} }