My Project
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.*)

Member Data Documentation

◆ timestamp

Uint32 SDL_MultiGestureEvent::timestamp

In milliseconds, populated using SDL_GetTicks()

◆ touchId

SDL_TouchID SDL_MultiGestureEvent::touchId

The touch device id

◆ type

Uint32 SDL_MultiGestureEvent::type

::SDL_MULTIGESTURE


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