onLongPressMultiSelectionStarted

abstract fun onLongPressMultiSelectionStarted(startX: Int, startY: Int)(source)

Called when the long-press multi selection has been started by a long press.

Parameters

startX

the x coordinate where the selection has been started.

startY

the y coordinate where the selection has been started.