public class TouchEvent
extends com.google.gwt.user.client.Event
FOCUSEVENTS, GESTUREEVENTS, KEYEVENTS, MOUSEEVENTS, ONBLUR, ONCHANGE, ONCLICK, ONCONTEXTMENU, ONDBLCLICK, ONERROR, ONFOCUS, ONGESTURECHANGE, ONGESTUREEND, ONGESTURESTART, ONKEYDOWN, ONKEYPRESS, ONKEYUP, ONLOAD, ONLOSECAPTURE, ONMOUSEDOWN, ONMOUSEMOVE, ONMOUSEOUT, ONMOUSEOVER, ONMOUSEUP, ONMOUSEWHEEL, ONPASTE, ONSCROLL, ONTOUCHCANCEL, ONTOUCHEND, ONTOUCHMOVE, ONTOUCHSTART, TOUCHEVENTS, UNDEFINED| Modifier | Constructor and Description |
|---|---|
protected |
TouchEvent()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.core.client.JsArray<Touch> |
changedTouches()
Changed Touches: a list of fingers involved in the current event.
|
com.google.gwt.core.client.JsArray<Touch> |
targetTouches()
Target Touches - a list of fingers on the current DOM element.
|
com.google.gwt.core.client.JsArray<Touch> |
touches()
All Touches - a list of all fingers currently on the screen.
|
addEventPreview, addNativePreviewHandler, as, cancelBubble, fireNativePreviewEvent, getCurrentEvent, getCurrentTarget, getEventListener, getEventsSunk, getFromElement, getRelatedTarget, getRepeat, getTarget, getToElement, getTypeInt, getTypeInt, releaseCapture, removeEventPreview, setCapture, setEventListener, sinkEventsgetAltKey, getButton, getChangedTouches, getCharCode, getClientX, getClientY, getCtrlKey, getCurrentEventTarget, getDataTransfer, getEventTarget, getKeyCode, getMetaKey, getMouseWheelVelocityY, getRelatedEventTarget, getRotation, getScale, getScreenX, getScreenY, getShiftKey, getString, getTargetTouches, getTouches, getType, preventDefault, stopPropagationpublic final com.google.gwt.core.client.JsArray<Touch> changedTouches()
public final com.google.gwt.core.client.JsArray<Touch> targetTouches()
public final com.google.gwt.core.client.JsArray<Touch> touches()
Copyright © 2011–2015 SWM. All rights reserved.