Gesture Library
drag Struct Reference

Data structure for drag gesture data. More...

#include <drag.h>

Data Fields

state_t state
 
int group
 
float x0
 
float y0
 
float x
 
float y
 
float vx
 
float vy
 

Detailed Description

Data structure for drag gesture data.

Definition at line 7 of file drag.h.

Field Documentation

◆ group

int group

Definition at line 12 of file drag.h.

◆ state

Definition at line 9 of file drag.h.

◆ vx

float vx

Definition at line 23 of file drag.h.

◆ vy

float vy

Definition at line 24 of file drag.h.

◆ x

float x

Definition at line 19 of file drag.h.

◆ x0

float x0

Definition at line 15 of file drag.h.

◆ y

float y

Definition at line 20 of file drag.h.

◆ y0

float y0

Definition at line 16 of file drag.h.


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