|
Size: 1021
Comment: add RS
|
Size: 1096
Comment: update content - event remarks re: union (for consistency); camelcase
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| #pragma disable-camelcase | #pragma camelcase off |
| Line 16: | Line 16: |
| ||float||'''x'''||//currently 0...1. Change to screen coords?|| | ||float||'''x'''||description|| |
| Line 19: | Line 19: |
| ||Uint16||'''padding'''||description|| | |
| Line 27: | Line 26: |
| ''You can add useful comments here'' | [[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. |
| Line 33: | Line 32: |
| ,[[SDL_DollarGestureEvent]] | .[[SDL_DollarGestureEvent]] |
DRAFT |
SDL_MultiGestureEvent
A structure that contains multiple finger gesture event information.
Contents
Data Fields
Uint32 |
type |
SDL_MULTIGESTURE |
Uint32 |
windowID |
the window with mouse focus, if any |
SDL_TouchID |
touchId |
the touch device index |
float |
dTheta |
description |
float |
dDist |
description |
float |
x |
description |
float |
y |
description |
Uint16 |
numFingers |
description |
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
