Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2011-05-01 04:35:44
Size: 1096
Editor: SheenaSmith
Comment: update content - event remarks re: union (for consistency); camelcase
Revision 4 as of 2013-06-16 09:36:18
Size: 1031
Comment: Updated fields to match SDL_events.h.
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
||Uint32||'''windowID'''||the window with mouse focus, if any||

DRAFT

SDL_MultiGestureEvent

A structure that contains multiple finger gesture event information.

Data Fields

Uint32

type

SDL_MULTIGESTURE

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.


CategoryStruct, CategoryEvents

None: SDL_MultiGestureEvent (last edited 2014-07-29 20:28:36 by PhilippWiesemann)

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