Gesture Library
multistroke Struct Reference

Data structure for stroke gesture data. More...

#include <multistroke.h>

Data Fields

state_t state
 
int uid
 
int size
 
float dx
 
float dy
 
float rotation
 
float scale
 
char strokes [MAX_TOUCHES]
 
float dx0
 
float dy0
 
float rotation0
 
float scale0
 
float cx
 
float cy
 
float sx [MAX_TOUCHES]
 
float sy [MAX_TOUCHES]
 

Detailed Description

Data structure for stroke gesture data.

Definition at line 8 of file multistroke.h.

Field Documentation

◆ cx

float cx

Definition at line 33 of file multistroke.h.

◆ cy

float cy

Definition at line 34 of file multistroke.h.

◆ dx

float dx

Definition at line 16 of file multistroke.h.

◆ dx0

float dx0

Definition at line 26 of file multistroke.h.

◆ dy

float dy

Definition at line 17 of file multistroke.h.

◆ dy0

float dy0

Definition at line 27 of file multistroke.h.

◆ rotation

float rotation

Definition at line 19 of file multistroke.h.

◆ rotation0

float rotation0

Definition at line 29 of file multistroke.h.

◆ scale

float scale

Definition at line 21 of file multistroke.h.

◆ scale0

float scale0

Definition at line 31 of file multistroke.h.

◆ size

int size

Definition at line 14 of file multistroke.h.

◆ state

Definition at line 10 of file multistroke.h.

◆ strokes

char strokes[MAX_TOUCHES]

Definition at line 24 of file multistroke.h.

◆ sx

float sx[MAX_TOUCHES]

Definition at line 36 of file multistroke.h.

◆ sy

float sy[MAX_TOUCHES]

Definition at line 37 of file multistroke.h.

◆ uid

int uid

Definition at line 12 of file multistroke.h.


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