|
⇤ ← Revision 1 as of 2011-01-12 23:47:40
Size: 1072
Comment: create page - changeset 4971 touch/gesture
|
Size: 1101
Comment: add RS
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 35: | Line 35: |
| .[[SDL_MultiGestureEvent]] |
DRAFT |
SDL_DollarGestureEvent
A structure that contains complex gesture event information???.
Contents
Data Fields
Uint32 |
type |
SDL_DOLLARGESTURE |
Uint32 |
windowID |
the window with mouse focus, if any |
SDL_TouchID |
touchId |
the touch device index |
SDL_GestureID |
gestureId |
description |
Uint32 |
numFingers |
description |
float |
error |
description |
float |
x |
//currently 0...1. Change to screen coords? |
float |
y |
description |
green
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Enumerations
Related Structures
