Package | Description |
---|---|
org.pepstock.charba.client.dom |
Contains all classes needed to work with DOM tree, base classes of a DOM tree.
|
Modifier and Type | Method and 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.
|