Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2011-01-17 18:01:58
Size: 1101
Editor: SheenaSmith
Comment: add RS
Revision 3 as of 2011-04-30 16:43:51
Size: 1254
Editor: SheenaSmith
Comment: update content - event remarks re: union (for consistency)
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:
''You can add useful comments here'' [[SDL_DollarGestureEvent]] is a member of the [[SDL_Event]] union and is used when an event of type SDL_DOLLARGESTURE is reported. You would access it through the event's `dgesture` field.

DRAFT

SDL_DollarGestureEvent

A structure that contains complex gesture event information???.

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

SDL_DollarGestureEvent is a member of the SDL_Event union and is used when an event of type SDL_DOLLARGESTURE is reported. You would access it through the event's dgesture field.


CategoryStruct, CategoryEvents

None: SDL_DollarGestureEvent (last edited 2015-07-18 19:24:49 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit