ScaleChangeEvent

data class ScaleChangeEvent

Represents part of a scale gesture.

This event is triggered when the distance between pointers changes during an ongoing scale gesture.

Since

200.3.0

Types

Link copied to clipboard
sealed class ScaleStatus

Represents the status of a scale gesture.

Properties

Link copied to clipboard

the point in screen coordinates around which the pointers are pinching or spreading

Link copied to clipboard

the factor by which the distance between pointers changed between this event and the previous ScaleChangeEvent

Link copied to clipboard

the status of a scale gesture, indicating whether scale has just started, is in progress or just ended.