SDL 2.0
SDL_MultiGestureEvent Struct Reference

Multiple Finger Gesture Event (event.mgesture.*) More...

#include <SDL_events.h>

Data Fields

Uint32 type
 
Uint32 timestamp
 
SDL_TouchID touchId
 
float dTheta
 
float dDist
 
float x
 
float y
 
Uint16 numFingers
 
Uint16 padding
 

Detailed Description

Multiple Finger Gesture Event (event.mgesture.*)

Definition at line 518 of file SDL_events.h.

Field Documentation

◆ dDist

float SDL_MultiGestureEvent::dDist

Definition at line 524 of file SDL_events.h.

◆ dTheta

float SDL_MultiGestureEvent::dTheta

Definition at line 523 of file SDL_events.h.

◆ numFingers

Uint16 SDL_MultiGestureEvent::numFingers

Definition at line 527 of file SDL_events.h.

◆ padding

Uint16 SDL_MultiGestureEvent::padding

Definition at line 528 of file SDL_events.h.

◆ timestamp

Uint32 SDL_MultiGestureEvent::timestamp

In milliseconds, populated using SDL_GetTicks()

Definition at line 521 of file SDL_events.h.

◆ touchId

SDL_TouchID SDL_MultiGestureEvent::touchId

The touch device id

Definition at line 522 of file SDL_events.h.

◆ type

Uint32 SDL_MultiGestureEvent::type

SDL_MULTIGESTURE

Definition at line 520 of file SDL_events.h.

◆ x

float SDL_MultiGestureEvent::x

Definition at line 525 of file SDL_events.h.

◆ y

float SDL_MultiGestureEvent::y

Definition at line 526 of file SDL_events.h.


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