namespace sap.m.touch

Control sample: sap.m.touch
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

Touch helper.


Nodes Overview

Node Description

Methods Overview

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.

sap.m.touch.countContained

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.

sap.m.touch.find

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.