on Swipe
Single pointer swipe event. Lambda Signature: (distX: Int, distY: Int, speedMMPerSec: Double) -> Unit A single pointer swipe event is defined as a pointer down, followed by a swipe/fast move. "distX" param represents the difference in pixels on X axis between last two points involved in move action "distY" param represents the difference in pixels on Y axis between last two points involved in move action "speedMMPerSec" param represents the moving speed in mm / s