Added reading of event* for touch events.

This commit is contained in:
Jim Grandpre 2010-05-28 01:26:52 -04:00
parent f806d39746
commit 72c5a40b07
12 changed files with 407 additions and 88 deletions

View file

@ -310,6 +310,8 @@ typedef struct SDL_TouchFingerEvent
Uint8 state; /**< The current button state */
Uint8 fingerId;
Uint8 padding1;
int x;
int y;
} SDL_TouchFingerEvent;