| Package | Description |
|---|---|
| de.swm.commons.mobile.client.event |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.core.client.JsArray<Touch> |
TouchEvent.changedTouches()
Changed Touches: a list of fingers involved in the current event.
|
com.google.gwt.core.client.JsArray<Touch> |
TouchEvent.targetTouches()
Target Touches - a list of fingers on the current DOM element.
|
com.google.gwt.core.client.JsArray<Touch> |
TouchEvent.touches()
All Touches - a list of all fingers currently on the screen.
|
Copyright © 2011–2015 SWM. All rights reserved.