Gesture Library
hold_and_drag Struct Reference

Data structure for hold and drag data. More...

#include <hold_and_drag.h>

Data Fields

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

Detailed Description

Data structure for hold and drag data.

Definition at line 8 of file hold_and_drag.h.

Field Documentation

◆ state

Definition at line 9 of file hold_and_drag.h.

◆ vx

float vx

Definition at line 18 of file hold_and_drag.h.

◆ vy

float vy

Definition at line 19 of file hold_and_drag.h.

◆ x

float x

Definition at line 16 of file hold_and_drag.h.

◆ x0

float x0

Definition at line 12 of file hold_and_drag.h.

◆ y

float y

Definition at line 17 of file hold_and_drag.h.

◆ y0

float y0

Definition at line 13 of file hold_and_drag.h.


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