PinchEvent

data class PinchEvent(val scale: Double)(source)

Represents an event triggered by a pinch gesture, typically used in touch interfaces.

Constructors

Link copied to clipboard
constructor(scale: Double)

Properties

Link copied to clipboard

specifies if the propagation of this event is cancelled

Link copied to clipboard

The scale factor associated with the pinch gesture. A value greater than 1.0 indicates a zoom-in gesture, while a value less than 1.0 indicates a zoom-out gesture.

Functions

Link copied to clipboard

cancel propagation of this PinchEvent message