TouchState Type
Touch point state for tracking individual touch lifecycle.
Union cases
| Union case |
Description
|
Full Usage:
Moved
|
|
Full Usage:
Pressed
|
|
Full Usage:
Released
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsMoved
Returns: bool
|
|
Full Usage:
this.IsPressed
Returns: bool
|
|
Full Usage:
this.IsReleased
Returns: bool
|
|
Mibo.Raylib