touchMove

abstract fun touchMove(slot: Int, x: Int, y: Int)

Sends a touch move event

Parameters

slot

slot id for the touch

x

x coordinate to move to

y

y coordinate to move to