Touch helper.
Node | Description |
---|
Method | Description |
---|---|
sap.m.touch.countContained |
Given a list of touches, count the number of touches related with the given element. |
sap.m.touch.find |
Given a list of touch objects, find the touch that matches the given one. |
Given a list of touches, count the number of touches related with the given element.
Param | Type | DefaultValue | Description |
---|---|---|---|
oTouchList | TouchList |
The list of touch objects to search. |
|
vElement | jQuery Element string |
A jQuery element or an element reference or an element id. |
Given a list of touch objects, find the touch that matches the given one.
Param | Type | DefaultValue | Description |
---|---|---|---|
oTouchList | TouchList |
The list of touch objects to search. |
|
oTouch | Touch number |
A touch object to find or a Touch.identifier that uniquely identifies the current finger in the touch session. |