/** * @author Trevor McCauley * @link www.senocular.com */ package org.papervision3d.core.utils.virtualmouse { /** * 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 {} }