GestureKind Type
Backend-neutral touch gesture kind.
Note: there is deliberately no None case — "no gesture detected" is
expressed with voption (e.g. GestureDelta voption) to avoid
colliding with F#'s Option.None when Mibo.Input is opened.
Union cases
| Union case |
Description
|
Full Usage:
DoubleTap
|
|
Full Usage:
Drag
|
|
Full Usage:
Hold
|
|
Full Usage:
Pinch
|
|
Full Usage:
SwipeDown
|
|
Full Usage:
SwipeLeft
|
|
Full Usage:
SwipeRight
|
|
Full Usage:
SwipeUp
|
|
Full Usage:
Tap
|
|
Full Usage:
Unknown
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDoubleTap
Returns: bool
|
|
Full Usage:
this.IsDrag
Returns: bool
|
|
Full Usage:
this.IsHold
Returns: bool
|
|
Full Usage:
this.IsPinch
Returns: bool
|
|
Full Usage:
this.IsSwipeDown
Returns: bool
|
|
Full Usage:
this.IsSwipeLeft
Returns: bool
|
|
Full Usage:
this.IsSwipeRight
Returns: bool
|
|
Full Usage:
this.IsSwipeUp
Returns: bool
|
|
Full Usage:
this.IsTap
Returns: bool
|
|
Full Usage:
this.IsUnknown
Returns: bool
|
|
Mibo