changeset 4689 | f9ab8df6d45a |
parent 4679 | 5ee96ba0c01e |
child 5262 | b530ef003506 |
1.1 --- a/include/SDL_touch.h Fri Aug 13 23:08:32 2010 -0400 1.2 +++ b/include/SDL_touch.h Sun Aug 15 00:36:28 2010 -0400 1.3 @@ -50,11 +50,11 @@ 1.4 SDL_FingerID id; 1.5 Uint16 x; 1.6 Uint16 y; 1.7 + Uint16 pressure; 1.8 Uint16 xdelta; 1.9 Uint16 ydelta; 1.10 Uint16 last_x, last_y,last_pressure; /* the last reported coordinates */ 1.11 SDL_bool down; 1.12 - Uint16 pressure; 1.13 }; 1.14 1.15 typedef struct SDL_Touch SDL_Touch;