Fixed bugs in input, cleaned up $1

This commit is contained in:
Jim Grandpre
2010-06-18 01:43:02 -04:00
parent 37a59b7433
commit 4e7b6a96a5
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;
};