GestureSettings

data class GestureSettings(val isTiltGesturesEnabled: Boolean = true, val isZoomGesturesEnabled: Boolean = true, val isRotateGesturesEnabled: Boolean = true, val isScrollGesturesEnabled: Boolean = true)

Constructors

Link copied to clipboard
constructor(isTiltGesturesEnabled: Boolean = true, isZoomGesturesEnabled: Boolean = true, isRotateGesturesEnabled: Boolean = true, isScrollGesturesEnabled: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard