arsa  2.7
Public Attributes | List of all members
SDL_MultiGestureEvent Struct Reference

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

#include <SDL_events.h>

Public Attributes

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 452 of file SDL_events.h.

Member Data Documentation

◆ dDist

float SDL_MultiGestureEvent::dDist

Definition at line 458 of file SDL_events.h.

◆ dTheta

float SDL_MultiGestureEvent::dTheta

Definition at line 457 of file SDL_events.h.

◆ numFingers

Uint16 SDL_MultiGestureEvent::numFingers

Definition at line 461 of file SDL_events.h.

◆ padding

Uint16 SDL_MultiGestureEvent::padding

Definition at line 462 of file SDL_events.h.

◆ timestamp

Uint32 SDL_MultiGestureEvent::timestamp

In milliseconds, populated using SDL_GetTicks()

Definition at line 455 of file SDL_events.h.

◆ touchId

SDL_TouchID SDL_MultiGestureEvent::touchId

The touch device id

Definition at line 456 of file SDL_events.h.

◆ type

Uint32 SDL_MultiGestureEvent::type

SDL_MULTIGESTURE

Definition at line 454 of file SDL_events.h.

◆ x

float SDL_MultiGestureEvent::x

Definition at line 459 of file SDL_events.h.

◆ y

float SDL_MultiGestureEvent::y

Definition at line 460 of file SDL_events.h.


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