Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2011-04-30 17:40:28
Size: 1250
Editor: SheenaSmith
Comment: camelcase pragma change
Revision 5 as of 2011-09-27 23:22:26
Size: 1348
Editor: SheenaSmith
Comment: minor change
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
<<Color2(green,Worth changing touchId and gestureId to touchID and gestureID for consistency?)>>

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

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