Miguel Ruiz / SDL_lib

Dependents:   H261_encoder

Embed: (wiki syntax)

« Back to documentation index

SDL_DollarGestureEvent Struct Reference

SDL_DollarGestureEvent Struct Reference

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

#include <SDL_events.h>

Data Fields

Uint32 type
 SDL_DOLLARGESTURE
SDL_TouchID touchId
 The touch device id.
float x
 Normalized center of gesture.
float y
 Normalized center of gesture.

Detailed Description

Dollar Gesture Event (event.dgesture.

*)

Definition at line 421 of file SDL_events.h.


Field Documentation

SDL_TouchID touchId

The touch device id.

Definition at line 425 of file SDL_events.h.

SDL_DOLLARGESTURE

Definition at line 423 of file SDL_events.h.

float x

Normalized center of gesture.

Definition at line 429 of file SDL_events.h.

float y

Normalized center of gesture.

Definition at line 430 of file SDL_events.h.