Gesture Library
double_tap Struct Reference

holds the state, last location, and timestamp of a double tap instance More...

#include <double.h>

Data Fields

state_t state
 
int group
 
float x0
 
float y0
 
float t0
 
float x
 
float y
 
float t
 

Detailed Description

holds the state, last location, and timestamp of a double tap instance

Definition at line 16 of file double.h.

Field Documentation

◆ group

int group

Definition at line 19 of file double.h.

◆ state

Definition at line 17 of file double.h.

◆ t

float t

Definition at line 28 of file double.h.

◆ t0

float t0

Definition at line 25 of file double.h.

◆ x

float x

Definition at line 26 of file double.h.

◆ x0

float x0

Definition at line 23 of file double.h.

◆ y

float y

Definition at line 27 of file double.h.

◆ y0

float y0

Definition at line 24 of file double.h.


The documentation for this struct was generated from the following file: