getMoveObject

open fun getMoveObject(pointerIndex: Int): MoveDistancesObject

Returns MoveDistancesObject referencing the pointer held under passed index.

Pointers are sorted by the time they were placed on the screen until lifted up. This means that index 0 will reflect the oldest added, still active pointer and index (getPointersCount - 1) will reflect the latest added, still active pointer.

Return

distances object of the referenced pointer

Parameters

pointerIndex

pointer's index