GestureEvents

Interface defining the contract for gesture-related events such as pinch gestures. Provides events to handle the start, update, and end of a pinch gesture. This is typically used in touch input scenarios for interactive applications.

Inheritors

Properties

Link copied to clipboard
abstract val pinchEnded: Event<PinchEvent>

Event triggered to indicate the completion of a pinch gesture.

Link copied to clipboard

Event triggered to indicate the beginning of a pinch gesture.

Link copied to clipboard

Event triggered to indicate an update in the pinch gesture.

Functions

Link copied to clipboard
open fun deliver()

Delivers gesture-related events to their respective listeners.