Gesture Library
stroke Struct Reference

Data structure for stroke gesture data. More...

#include <stroke.h>

Data Fields

state_t state
 
unsigned int group
 
int uid
 
float x0
 
float y0
 
float t0
 
float x
 
float y
 
float t
 
float vx
 
float vy
 
int cache_last
 
int cache_size
 
float cache_vy [STROKE_CACHE_SIZE]
 
float cache_vx [STROKE_CACHE_SIZE]
 

Detailed Description

Data structure for stroke gesture data.

Definition at line 12 of file stroke.h.

Field Documentation

◆ cache_last

int cache_last

Definition at line 36 of file stroke.h.

◆ cache_size

int cache_size

Definition at line 37 of file stroke.h.

◆ cache_vx

float cache_vx[STROKE_CACHE_SIZE]

Definition at line 39 of file stroke.h.

◆ cache_vy

float cache_vy[STROKE_CACHE_SIZE]

Definition at line 38 of file stroke.h.

◆ group

unsigned int group

Definition at line 17 of file stroke.h.

◆ state

Definition at line 14 of file stroke.h.

◆ t

float t

Definition at line 29 of file stroke.h.

◆ t0

float t0

Definition at line 24 of file stroke.h.

◆ uid

int uid

Definition at line 19 of file stroke.h.

◆ vx

float vx

Definition at line 32 of file stroke.h.

◆ vy

float vy

Definition at line 33 of file stroke.h.

◆ x

float x

Definition at line 27 of file stroke.h.

◆ x0

float x0

Definition at line 22 of file stroke.h.

◆ y

float y

Definition at line 28 of file stroke.h.

◆ y0

float y0

Definition at line 23 of file stroke.h.


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