Fixed bugs in input, cleaned up $1

This commit is contained in:
Jim Grandpre 2010-06-18 01:43:02 -04:00
parent 66e6be2acd
commit 06e66b928e
4 changed files with 108 additions and 107 deletions

View file

@ -50,6 +50,7 @@ struct SDL_Finger {
int xdelta;
int ydelta;
int last_x, last_y,last_pressure; /* the last reported coordinates */
SDL_bool down;
int pressure;
};