Variable maxTouchPointsConst Readonly

maxTouchPoints: number = ...

the maximum number of simultaneous touch contact points are supported by the current device.

device

if (me.device.maxTouchPoints > 1) {
// device supports multi-touch
}