MouseListener

fun interface MouseListener<in T : Any>

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun handle(event: PointerEvent, point: ViewPoint<T>)