Uses of Class
org.pepstock.charba.client.dom.events.TouchList
-
Packages that use TouchList Package Description org.pepstock.charba.client.dom.events Contains all classes to map and manage DOM events. -
-
Uses of TouchList in org.pepstock.charba.client.dom.events
Methods in org.pepstock.charba.client.dom.events that return TouchList Modifier and Type Method Description TouchList
NativeTouchEvent. 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
NativeTouchEvent. 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
NativeTouchEvent. getTouches()
Returns a list of all the touch objects representing all current points of contact with the surface, regardless of target or changed status.
-