Added pressure support for touch events.

This commit is contained in:
Jim Grandpre
2010-05-29 02:09:16 -04:00
parent cd768e2013
commit 80ecbb9011
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;