All Downloads are FREE. Search and download functionalities are using the official Maven repository.

def.dom.TouchEvent Maven / Gradle / Ivy

The newest version!
package def.dom;

public class TouchEvent extends UIEvent {
    public java.lang.Boolean altKey;
    public TouchList changedTouches;
    public java.lang.Boolean ctrlKey;
    public java.lang.Boolean metaKey;
    public java.lang.Boolean shiftKey;
    public TouchList targetTouches;
    public TouchList touches;
    public static TouchEvent prototype;
    public TouchEvent(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy