DRAFT |
SDL_TouchButtonEvent
A structure that contains touch finger motion/finger event structure touch button motion/event information.
Contents
Data Fields
Uint32 |
type |
SDL_TOUCHBUTTONDOWN or SDL_TOUCHBUTTONUP |
Uint32 |
windowID |
the window with mouse focus, if any |
SDL_TouchID |
touchId |
the touch device index |
Uint8 |
state |
the current button state |
Uint8 |
button |
the button changing state |
Uint8 |
padding1 |
description |
Uint8 |
padding2 |
description |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Enumerations
Related Structures