Const
Readonly
the maximum number of simultaneous touch contact points are supported by the current device.
device
if (me.device.maxTouchPoints > 1) { // device supports multi-touch} Copy
if (me.device.maxTouchPoints > 1) { // device supports multi-touch}
the maximum number of simultaneous touch contact points are supported by the current device.