Touch

<summary> Touchpad state </summary>

Members

Variables

down
bool down;

<summary> Touch is down </summary>

id
ubyte id;

<summary> 7-bit ID for touch </summary>

x
uint x;

<summary> X positon of finger (~ 0 - 2000) </summary>

y
uint y;

<summary> Y position of finger (~ 0 - 2048) </summary>

Meta