Gestures Settings Base
Abstract settings class for GesturesPlugin.
This abstract class exposes all the required public APIs to configure the GesturesPlugin.
Constructors
GesturesSettingsBase
Link copied to clipboard
fun GesturesSettingsBase()
Content copied to clipboard
Functions
get Settings
Link copied to clipboard
Get current gestures configuration.
update Settings
Link copied to clipboard
Update gestures configuration, the update will be applied to the plugin automatically.
Properties
doubleTapToZoomInEnabled
Link copied to clipboard
doubleTouchToZoomOutEnabled
Link copied to clipboard
focalPoint
Link copied to clipboard
increasePinchToZoomThresholdWhenRotating
Link copied to clipboard
increaseRotateThresholdWhenPinchingToZoom
Link copied to clipboard
pinchScrollEnabled
Link copied to clipboard
pinchToZoomDecelerationEnabled
Link copied to clipboard
pinchToZoomEnabled
Link copied to clipboard
pitchEnabled
Link copied to clipboard
quickZoomEnabled
Link copied to clipboard
rotateDecelerationEnabled
Link copied to clipboard
rotateEnabled
Link copied to clipboard
scrollDecelerationEnabled
Link copied to clipboard
scrollEnabled
Link copied to clipboard
scrollMode
Link copied to clipboard
simultaneousRotateAndPinchToZoomEnabled
Link copied to clipboard
zoomAnimationAmount
Link copied to clipboard
Inheritors
GesturesPluginImpl
Link copied to clipboard