OnClickListener

fun interface OnClickListener

Callback for click events.

Functions

Link copied to clipboard
abstract fun onGridClick(address: Grid.Address)

Called with the Grid.Address when a click hits successfully.

Link copied to clipboard
open fun onOutsideClick()

Called when the HexGridView is clicked outside of the grid.