iOSEventInfo.PointerCount

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aiOSEventInfo.PointerCount

Supported on Mobile (iOS).

The number of pointers that are part of the event.

Notes

This is often the number of touch points. Refer to iOSCanvas.PointerDown for an example of its usage.