weasel API - v0.8.0
Preparing search index...
MultiTouchSpec
Interface MultiTouchSpec
Multi-touch gesture.
fingers
is the required touch count.
interface
MultiTouchSpec
{
fingers
:
number
;
kind
:
"multiTouch"
;
mods
?:
Partial
<
{
alt
:
boolean
|
"optional"
;
ctrl
:
boolean
|
"optional"
;
meta
:
boolean
|
"optional"
;
mod
:
boolean
|
"optional"
;
shift
:
boolean
|
"optional"
;
}
,
>
;
phase
?:
PhaseSpec
;
}
Index
Properties
fingers
kind
mods?
phase?
Properties
fingers
fingers
:
number
kind
kind
:
"multiTouch"
Optional
mods
mods
?:
Partial
<
{
alt
:
boolean
|
"optional"
;
ctrl
:
boolean
|
"optional"
;
meta
:
boolean
|
"optional"
;
mod
:
boolean
|
"optional"
;
shift
:
boolean
|
"optional"
;
}
,
>
Optional
phase
phase
?:
PhaseSpec
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
fingers
kind
mods
phase
weasel API - v0.8.0
Loading...
Multi-touch gesture.
fingersis the required touch count.