touchPoints

val touchPoints: List<TouchPoint>

Active touch points on the touch device. One event per any changed point (compared to previous touch event in a sequence) is generated, emulating pressing/moving/releasing points one by one.

Sources

jvm source
Link copied to clipboard