Added pressure support for touch events.

This commit is contained in:
Jim Grandpre 2010-05-29 02:09:16 -04:00
parent 11b6823d3f
commit 3dcae4341c
6 changed files with 38 additions and 18 deletions

View file

@ -312,6 +312,7 @@ typedef struct SDL_TouchFingerEvent
Uint8 padding1;
int x;
int y;
int pressure;
} SDL_TouchFingerEvent;