Java com.google.gwt.dom.client Touch fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dom.client Touch fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dom.client Touch.

The text is from its open source code.

Subclass

com.google.gwt.dom.client.Touch has subclasses.
Click this link to see all its subclasses.

Method

intgetClientX()
Gets the touch x-position within the browser window's client area.
intgetClientY()
Gets the touch y-position within the browser window's client area.
intgetIdentifier()
Gets a unique identifier for this touch.
intgetPageX()
Gets the touch x-position within the browser document.
intgetPageY()
Gets the touch y-position within the browser document.
intgetRelativeX(Element target)
Gets the touch x-position relative to a given element.
intgetRelativeY(Element target)
Gets the touch y-position relative to a given element.
intgetScreenX()
Gets the touch x-position on the user's display.
intgetScreenY()
Gets the touch y-position on the user's display.
EventTargetgetTarget()
Gets the target element for the current touch.