Gesture Library
touch_event Struct Reference

To use the gesture library, users create touch events and fill in the appropriate fields. More...

#include <gesturelib.h>

Data Fields

event_type_t type
 
float x
 
float y
 
float t
 
unsigned int group
 
int uid
 

Detailed Description

To use the gesture library, users create touch events and fill in the appropriate fields.

Definition at line 17 of file gesturelib.h.

Field Documentation

◆ group

unsigned int group

Definition at line 31 of file gesturelib.h.

◆ t

float t

Definition at line 28 of file gesturelib.h.

◆ type

Definition at line 19 of file gesturelib.h.

◆ uid

int uid

Definition at line 35 of file gesturelib.h.

◆ x

float x

Definition at line 22 of file gesturelib.h.

◆ y

float y

Definition at line 25 of file gesturelib.h.


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