mirror of
https://github.com/yawut/SDL.git
synced 2026-09-14 20:16:32 -05:00
Fixed bugs in input, cleaned up $1
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user