Wiki Page Content

Revision 3 as of 2011-01-12 23:24:34

Clear message

DRAFT

SDL_TouchFingerEvent

A structure that contains touch finger motion/finger event structure information.

Data Fields

Uint32

type

SDL_FINGERMOTION, SDL_FINGERDOWN, or SDL_FINGERUP

Uint32

windowID

the window with mouse focus, if any

SDL_TouchID

touchId

the touch device id index

SDL_FingerID

fingerId

description

Uint8

state

the current button state

Uint8

padding1

description

Uint8

padding2

description

Uint8

padding3

description

Uint16

x

description

Uint16

y

description

Uint16

dx

description

Uint16

dy

description

Uint16

pressure

description

green

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryStruct, CategoryEvents

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