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

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

Introduction

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

The text is from its open source code.

Method

JsArraygetTargetTouches()
Get an array of Touch touches all touch which originated at the same target as the current touch event.
JsArraygetTouches()
Get an array of all current Touch touches .
booleanisSupported()
Runtime check for whether touch scrolling is supported in this browser.