diff src/events/SDL_touch.c @ 4657:eed063a0bf5b

Moved Multi finger gesture recognition into the library.
author Jim Grandpre <jim.tla@gmail.com>
date Wed, 07 Jul 2010 04:13:08 -0700
parents 4c94f2023d62
children 0ecdbabdd7e7
line wrap: on
line diff
--- a/src/events/SDL_touch.c	Tue Jul 06 02:05:27 2010 -0700
+++ b/src/events/SDL_touch.c	Wed Jul 07 04:13:08 2010 -0700
@@ -140,6 +140,9 @@
     SDL_touchPads[index]->relative_mode = SDL_FALSE;
     SDL_touchPads[index]->flush_motion = SDL_FALSE;
     
+    //Do I want this here? Probably
+    SDL_GestureAddTouch(SDL_touchPads[index]);
+
     return index;
 }