weasel API - v0.8.0
Preparing search index...
DragGestureController
Interface DragGestureController
interface
DragGestureController
{
isActive
:
boolean
;
phase
:
DragGesturePhase
;
cancel
()
:
void
;
end
()
:
void
;
move
(
point
:
DragGesturePoint
,
modifiers
:
ModifierState
)
:
boolean
;
start
(
point
:
DragGesturePoint
,
modifiers
:
ModifierState
)
:
void
;
}
Index
Properties
is
Active
phase
Methods
cancel
end
move
start
Properties
Readonly
is
Active
isActive
:
boolean
Readonly
phase
phase
:
DragGesturePhase
Methods
cancel
cancel
()
:
void
Returns
void
end
end
()
:
void
Returns
void
move
move
(
point
:
DragGesturePoint
,
modifiers
:
ModifierState
)
:
boolean
Parameters
point
:
DragGesturePoint
modifiers
:
ModifierState
Returns
boolean
start
start
(
point
:
DragGesturePoint
,
modifiers
:
ModifierState
)
:
void
Parameters
point
:
DragGesturePoint
modifiers
:
ModifierState
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is
Active
phase
Methods
cancel
end
move
start
weasel API - v0.8.0
Loading...