onPointerMove

var onPointerMove: (ptrId: Long, pos: Xy) -> Unit?

Raw unprocessed pointer move. Lambda Signature: (ptrId: Long, pos: Xy) -> Unit "ptrId" param represents pointer id. "pos" param represents Xy position of the pointer.