Uses of Class
com.google.gwt.dom.client.Touch
Packages that use Touch
Package
Description
Classes for low-level DOM programming.
Types related to DOM events.
-
Uses of Touch in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return types with arguments of type TouchModifier and TypeMethodDescriptionDOMImpl.getChangedTouches
(NativeEvent evt) NativeEvent.getChangedTouches()
Get an array of touches which have changed since the last touch event.DOMImpl.getTargetTouches
(NativeEvent evt) NativeEvent.getTargetTouches()
Get an array of touches which have changed since the last touch event.DOMImpl.getTouches
(NativeEvent evt) NativeEvent.getTouches()
Get an array of touches which have changed since the last touch event.Methods in com.google.gwt.dom.client with parameters of type TouchModifier and TypeMethodDescriptionint
DOMImpl.touchGetClientX
(Touch touch) int
DOMImpl.touchGetClientY
(Touch touch) int
DOMImpl.touchGetIdentifier
(Touch touch) int
DOMImpl.touchGetPageX
(Touch touch) int
DOMImpl.touchGetPageY
(Touch touch) int
DOMImpl.touchGetScreenX
(Touch touch) int
DOMImpl.touchGetScreenY
(Touch touch) DOMImpl.touchGetTarget
(Touch touch) -
Uses of Touch in com.google.gwt.event.dom.client
Methods in com.google.gwt.event.dom.client that return types with arguments of type TouchModifier and TypeMethodDescriptionTouchEvent.getChangedTouches()
Get an array oftouches
which have changed since the last touch event fired.TouchEvent.getTargetTouches()
Get an array oftouches
all touch which originated at the same target as the current touch event.TouchEvent.getTouches()
Get an array of all currenttouches
. -
Uses of Touch in com.google.gwt.touch.client
Methods in com.google.gwt.touch.client that return TouchModifier and TypeMethodDescriptionprotected Touch
TouchScroller.getTouchFromEvent
(TouchEvent<?> event) Get touch from event.