Fixed bugs in input, cleaned up $1
This commit is contained in:
parent
66e6be2acd
commit
06e66b928e
4 changed files with 108 additions and 107 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue