Mercurial > sdl-ios-xcode
comparison src/events/SDL_gesture_c.h @ 4667:0ecdbabdd7e7
Fixed Warning related to SDL_GestureAddTouch
author | Jim Grandpre <jim.tla@gmail.com> |
---|---|
date | Sat, 17 Jul 2010 23:16:23 -0400 |
parents | 063b9455bd1a |
children | f8431f66613d |
comparison
equal
deleted
inserted
replaced
4665:c2493813a2f4 | 4667:0ecdbabdd7e7 |
---|---|
26 | 26 |
27 extern void SDL_GestureProcessEvent(SDL_Event* event); | 27 extern void SDL_GestureProcessEvent(SDL_Event* event); |
28 | 28 |
29 extern int SDL_RecordGesture(int touchId); | 29 extern int SDL_RecordGesture(int touchId); |
30 | 30 |
31 extern int SDL_GestureAddTouch(SDL_Touch* touch); | |
32 | |
31 #endif /* _SDL_gesture_c_h */ | 33 #endif /* _SDL_gesture_c_h */ |
32 | 34 |
33 /* vi: set ts=4 sw=4 expandtab: */ | 35 /* vi: set ts=4 sw=4 expandtab: */ |