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

def.dom.Touch Maven / Gradle / Ivy

The newest version!
package def.dom;

public class Touch extends def.js.Object {
    public int clientX;
    public int clientY;
    public int identifier;
    public int pageX;
    public int pageY;
    public int screenX;
    public int screenY;
    public EventTarget target;
    public static Touch prototype;
    public Touch(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy