Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2013-09-05 20:33:48
Size: 1188
Comment: Updated structure.
Revision 6 as of 2014-01-05 19:48:38
Size: 1082
Comment: Removed formatting and padding, see SGStructures page.
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
A structure that contains multiple finger gesture event ^information^. A structure that contains multiple finger gesture event information.
Line 19: Line 19:
||<style="color: #808080;">Uint16||<style="color: #808080;">'''padding'''||<style="color: #808080;">||

DRAFT

SDL_MultiGestureEvent

A structure that contains multiple finger gesture event information.

Data Fields

Uint32

type

SDL_MULTIGESTURE

Uint32

timestamp

timestamp of the event

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