GestureManager class

Класс для управления обработкой жестов.

Implemented types

Properties

enabledGestures EnumSet<TransformGesture>
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
multitouchShiftSettings MultiTouchGestureSettings
no setter
rotationSettings RotationGestureSettings
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scalingSettings ScalingGestureSettings
no setter
tiltSettings TiltGestureSettings
no setter

Methods

disableGesture(TransformGesture gesture) → void
enableGesture(TransformGesture gesture) → void
gestureEnabled(TransformGesture gesture) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMutuallyExclusiveGestures(List<EnumSet<TransformGesture>> rules) → void
Установка списка правил исключения одновременного срабатывания нескольких жестов.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override