|
Size: 1031
Comment: Updated fields to match SDL_events.h.
|
Size: 1188
Comment: Updated structure.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 12: | Line 12: |
| ||Uint32||'''timestamp'''||timestamp of the event|| | |
| Line 18: | Line 19: |
| ||<style="color: #808080;">Uint16||<style="color: #808080;">'''padding'''||<style="color: #808080;">|| |
DRAFT |
SDL_MultiGestureEvent
A structure that contains multiple finger gesture event information.
Contents
Data Fields
Uint32 |
type |
SDL_MULTIGESTURE |
Uint32 |
timestamp |
timestamp of the event |
SDL_TouchID |
touchId |
the touch device index |
float |
dTheta |
description |
float |
dDist |
description |
float |
x |
description |
float |
y |
description |
Uint16 |
numFingers |
description |
Uint16 |
padding |
Code Examples
You can add your code example here
Remarks
SDL_MultiGestureEvent is a member of the SDL_Event union and is used when an event of type SDL_MULTIGESTURE is reported. You would access it through the event's mgesture field.
Related Enumerations
Related Structures
