comparison include/SDL_touch.h @ 4655:4c94f2023d62

Fixed bugs in input, cleaned up $1
author Jim Grandpre <jim.tla@gmail.com>
date Fri, 18 Jun 2010 01:43:02 -0400
parents 35a80b0791aa
children 063b9455bd1a
comparison
equal deleted inserted replaced
4654:7dbcd71216df 4655:4c94f2023d62
48 int y; 48 int y;
49 int z; /* for future use */ 49 int z; /* for future use */
50 int xdelta; 50 int xdelta;
51 int ydelta; 51 int ydelta;
52 int last_x, last_y,last_pressure; /* the last reported coordinates */ 52 int last_x, last_y,last_pressure; /* the last reported coordinates */
53 SDL_bool down;
53 int pressure; 54 int pressure;
54 }; 55 };
55 56
56 typedef struct SDL_Touch SDL_Touch; 57 typedef struct SDL_Touch SDL_Touch;
57 typedef struct SDL_Finger SDL_Finger; 58 typedef struct SDL_Finger SDL_Finger;