Uses of Class
org.pepstock.charba.client.dom.TouchList
-
Packages that use TouchList Package Description org.pepstock.charba.client.dom Contains all classes needed to work with DOM tree, base classes of a DOM tree. -
-
Uses of TouchList in org.pepstock.charba.client.dom
Methods in org.pepstock.charba.client.dom that return TouchList Modifier and Type Method Description TouchList
BaseNativeEvent. getChangedTouches()
Returns a list of all the touch objects representing individual points of contact whose states changed between the previous touch event and this one.TouchList
BaseNativeEvent. getTargetTouches()
Returns a list of all the touch objects that are both currently in contact with the touch surface and were also started on the same element that is the target of the event.TouchList
BaseNativeEvent. getTouches()
Returns a list of all the touch objects representing all current points of contact with the surface, regardless of target or changed status.
-