Header menu logo Mibo

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

DoubleTap

Full Usage: DoubleTap

Drag

Full Usage: Drag

Hold

Full Usage: Hold

Pinch

Full Usage: Pinch

SwipeDown

Full Usage: SwipeDown

SwipeLeft

Full Usage: SwipeLeft

SwipeRight

Full Usage: SwipeRight

SwipeUp

Full Usage: SwipeUp

Tap

Full Usage: Tap

Unknown

Full Usage: Unknown

Instance members

Instance member Description

this.IsDoubleTap

Full Usage: this.IsDoubleTap

Returns: bool
Returns: bool

this.IsDrag

Full Usage: this.IsDrag

Returns: bool
Returns: bool

this.IsHold

Full Usage: this.IsHold

Returns: bool
Returns: bool

this.IsPinch

Full Usage: this.IsPinch

Returns: bool
Returns: bool

this.IsSwipeDown

Full Usage: this.IsSwipeDown

Returns: bool
Returns: bool

this.IsSwipeLeft

Full Usage: this.IsSwipeLeft

Returns: bool
Returns: bool

this.IsSwipeRight

Full Usage: this.IsSwipeRight

Returns: bool
Returns: bool

this.IsSwipeUp

Full Usage: this.IsSwipeUp

Returns: bool
Returns: bool

this.IsTap

Full Usage: this.IsTap

Returns: bool
Returns: bool

this.IsUnknown

Full Usage: this.IsUnknown

Returns: bool
Returns: bool

Type something to start searching.