Package | Description |
---|---|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
com.google.gwt.event.dom.client |
Types related to DOM events.
|
com.google.gwt.touch.client |
Modifier and Type | Method and Description |
---|---|
JsArray<Touch> |
NativeEvent.getChangedTouches()
Get an array of touches which have changed since the last touch event.
|
JsArray<Touch> |
NativeEvent.getTargetTouches()
Get an array of touches which have changed since the last touch event.
|
JsArray<Touch> |
NativeEvent.getTouches()
Get an array of touches which have changed since the last touch event.
|
Modifier and Type | Method and Description |
---|---|
JsArray<Touch> |
TouchEvent.getChangedTouches()
Get an array of
touches which have changed since the last
touch event fired. |
JsArray<Touch> |
TouchEvent.getTargetTouches()
Get an array of
touches all touch which originated at the
same target as the current touch event. |
JsArray<Touch> |
TouchEvent.getTouches()
Get an array of all current
touches . |
Modifier and Type | Method and Description |
---|---|
protected Touch |
TouchScroller.getTouchFromEvent(TouchEvent<?> event)
Get touch from event.
|
Copyright © 2018. All rights reserved.