Mercurial > sdl-ios-xcode
comparison src/events/SDL_touch.c @ 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 | eed063a0bf5b |
children | 89d5e2201b00 |
comparison
equal
deleted
inserted
replaced
4665:c2493813a2f4 | 4667:0ecdbabdd7e7 |
---|---|
36 | 36 |
37 /* Public functions */ | 37 /* Public functions */ |
38 int | 38 int |
39 SDL_TouchInit(void) | 39 SDL_TouchInit(void) |
40 { | 40 { |
41 | 41 return (0); |
42 return (0); | |
43 } | 42 } |
44 | 43 |
45 SDL_Touch * | 44 SDL_Touch * |
46 SDL_GetTouch(int id) | 45 SDL_GetTouch(int id) |
47 { | 46 { |