Types
GesturesSettings
Link copied to clipboard
data class GesturesSettings(rotateEnabled: Boolean, zoomEnabled: Boolean, scrollEnabled: Boolean, pitchEnabled: Boolean, panScrollMode: PanScrollMode, doubleTapToZoomEnabled: Boolean, quickZoomEnabled: Boolean, focalPoint: ScreenCoordinate?, scaleVelocityAnimationEnabled: Boolean, rotateVelocityAnimationEnabled: Boolean, flingVelocityAnimationEnabled: Boolean, increaseRotateThresholdWhenScaling: Boolean, disableRotateWhenScaling: Boolean, increaseScaleThresholdWhenRotating: Boolean, zoomRate: Float, pixelRatio: Float)
Content copied to clipboard
GesturesSettingsBase
Link copied to clipboard
GesturesSettingsInterface
Link copied to clipboard
interface GesturesSettingsInterface
Content copied to clipboard