Header menu logo Mibo.Raylib

TouchState Type

Touch point state for tracking individual touch lifecycle.

Union cases

Union case Description

Moved

Full Usage: Moved

Pressed

Full Usage: Pressed

Released

Full Usage: Released

Instance members

Instance member Description

this.IsMoved

Full Usage: this.IsMoved

Returns: bool
Returns: bool

this.IsPressed

Full Usage: this.IsPressed

Returns: bool
Returns: bool

this.IsReleased

Full Usage: this.IsReleased

Returns: bool
Returns: bool

Type something to start searching.