Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture

This commit is contained in:
Jim Grandpre 2010-08-15 00:36:28 -04:00
parent 68b3cfb42f
commit 794c5cb3ee
10 changed files with 464 additions and 13 deletions

View file

@ -50,11 +50,11 @@ struct SDL_Finger {
SDL_FingerID id;
Uint16 x;
Uint16 y;
Uint16 pressure;
Uint16 xdelta;
Uint16 ydelta;
Uint16 last_x, last_y,last_pressure; /* the last reported coordinates */
SDL_bool down;
Uint16 pressure;
};
typedef struct SDL_Touch SDL_Touch;