ITouchInteractable

Common interface for draggable entities on the map.

Functions

Link copied to clipboard
abstract fun getClickable(): Boolean

Returns whether the entity is clickable.

Link copied to clipboard
abstract fun getDraggable(): Boolean

Returns whether the entity is draggable.

Link copied to clipboard

Returns the screen offset for position of the handle of the entity that takes into account the transforms.

Link copied to clipboard
abstract fun getLongClickable(): Boolean

Returns whether the entity is long-clickable.