Added reading of event* for touch events.
This commit is contained in:
parent
f806d39746
commit
72c5a40b07
12 changed files with 407 additions and 88 deletions
|
@ -310,6 +310,8 @@ typedef struct SDL_TouchFingerEvent
|
|||
Uint8 state; /**< The current button state */
|
||||
Uint8 fingerId;
|
||||
Uint8 padding1;
|
||||
int x;
|
||||
int y;
|
||||
} SDL_TouchFingerEvent;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue