PointerMotionListener

Classes that implement this interface are informed of PointerEvents related to pointer motion when they register with a source that fires these events.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun dragged(event: PointerEvent)

Informs listener that the pointer has been dragged.

Link copied to clipboard
open fun moved(event: PointerEvent)

Informs listener that the pointer has been moved while over the source.