summaryrefslogtreecommitdiff
path: root/include/SDL_events.h
diff options
context:
space:
mode:
authorJim Grandpre <jim.tla@gmail.com>2010-08-15 00:36:28 -0400
committerJim Grandpre <jim.tla@gmail.com>2010-08-15 00:36:28 -0400
commit794c5cb3ee58b4d790ebd1e87da60b40e646609c (patch)
tree0b4ebe221a614b75a19beef5dd2e1bd0e1de2896 /include/SDL_events.h
parent68b3cfb42fa46b1b224db194ecf3af4b34c66425 (diff)
Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture
Diffstat (limited to 'include/SDL_events.h')
-rw-r--r--include/SDL_events.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SDL_events.h b/include/SDL_events.h
index f6603c1f..eec31440 100644
--- a/include/SDL_events.h
+++ b/include/SDL_events.h
@@ -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?