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

@ -340,6 +340,7 @@ typedef struct SDL_DollarGestureEvent
Uint32 windowID; /**< The window with mouse focus, if any */
SDL_TouchID touchId; /**< The touch device index */
SDL_GestureID gestureId;
Uint32 numFingers;
float error;
/*
//TODO: Enable to give location?