SDL  2.0
SDL_GestureTouch Struct Reference
+ Collaboration diagram for SDL_GestureTouch:

Data Fields

SDL_TouchID id
 
SDL_FloatPoint centroid
 
SDL_DollarPath dollarPath
 
Uint16 numDownFingers
 
int numDollarTemplates
 
SDL_DollarTemplatedollarTemplate
 
SDL_bool recording
 

Detailed Description

Definition at line 62 of file SDL_gesture.c.

Field Documentation

◆ centroid

SDL_FloatPoint SDL_GestureTouch::centroid

◆ dollarPath

SDL_DollarPath SDL_GestureTouch::dollarPath

Definition at line 65 of file SDL_gesture.c.

Referenced by SDL_GestureProcessEvent().

◆ dollarTemplate

◆ id

SDL_TouchID SDL_GestureTouch::id

◆ numDollarTemplates

int SDL_GestureTouch::numDollarTemplates

◆ numDownFingers

Uint16 SDL_GestureTouch::numDownFingers

◆ recording

SDL_bool SDL_GestureTouch::recording

Definition at line 71 of file SDL_gesture.c.

Referenced by SDL_GestureProcessEvent(), and SDL_RecordGesture().


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