zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_DollarGestureEvent Struct Reference

Dollar Gesture Event (event.dgesture.*) More...

#include <SDL_events.h>

Public Attributes

float error
 
SDL_GestureID gestureId
 
Uint32 numFingers
 
Uint32 timestamp
 
SDL_TouchID touchId
 
Uint32 type
 
float x
 
float y
 

Detailed Description

Dollar Gesture Event (event.dgesture.*)

Definition at line 418 of file SDL_events.h.

Member Data Documentation

float SDL_DollarGestureEvent::error

Definition at line 425 of file SDL_events.h.

SDL_GestureID SDL_DollarGestureEvent::gestureId

Definition at line 423 of file SDL_events.h.

Uint32 SDL_DollarGestureEvent::numFingers

Definition at line 424 of file SDL_events.h.

Uint32 SDL_DollarGestureEvent::timestamp

Definition at line 421 of file SDL_events.h.

SDL_TouchID SDL_DollarGestureEvent::touchId

The touch device id

Definition at line 422 of file SDL_events.h.

Uint32 SDL_DollarGestureEvent::type

SDL_DOLLARGESTURE

Definition at line 420 of file SDL_events.h.

float SDL_DollarGestureEvent::x

Normalized center of gesture

Definition at line 426 of file SDL_events.h.

float SDL_DollarGestureEvent::y

Normalized center of gesture

Definition at line 427 of file SDL_events.h.


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