* adds basic typedoc * backup * Adds all docs to source code * Adds autogenerated docs * Fixes doc links * Updates docs
39 lines
635 B
Markdown
39 lines
635 B
Markdown
---
|
|
id: "touchpointstate"
|
|
title: "TouchPointState"
|
|
sidebar_label: "TouchPointState"
|
|
---
|
|
|
|
## Index
|
|
|
|
### Enumeration members
|
|
|
|
* [TouchPointMoved](touchpointstate.md#touchpointmoved)
|
|
* [TouchPointPressed](touchpointstate.md#touchpointpressed)
|
|
* [TouchPointReleased](touchpointstate.md#touchpointreleased)
|
|
* [TouchPointStationary](touchpointstate.md#touchpointstationary)
|
|
|
|
## Enumeration members
|
|
|
|
### TouchPointMoved
|
|
|
|
• **TouchPointMoved**: = 2
|
|
|
|
___
|
|
|
|
### TouchPointPressed
|
|
|
|
• **TouchPointPressed**: = 1
|
|
|
|
___
|
|
|
|
### TouchPointReleased
|
|
|
|
• **TouchPointReleased**: = 8
|
|
|
|
___
|
|
|
|
### TouchPointStationary
|
|
|
|
• **TouchPointStationary**: = 4
|