equal
deleted
inserted
replaced
19 3. This notice may not be removed or altered from any source distribution. |
19 3. This notice may not be removed or altered from any source distribution. |
20 */ |
20 */ |
21 #include "../SDL_internal.h" |
21 #include "../SDL_internal.h" |
22 #include "../../include/SDL_touch.h" |
22 #include "../../include/SDL_touch.h" |
23 |
23 |
24 #ifndef _SDL_touch_c_h |
24 #ifndef SDL_touch_c_h_ |
25 #define _SDL_touch_c_h |
25 #define SDL_touch_c_h_ |
26 |
26 |
27 typedef struct SDL_Touch |
27 typedef struct SDL_Touch |
28 { |
28 { |
29 SDL_TouchID id; |
29 SDL_TouchID id; |
30 int num_fingers; |
30 int num_fingers; |
54 extern void SDL_DelTouch(SDL_TouchID id); |
54 extern void SDL_DelTouch(SDL_TouchID id); |
55 |
55 |
56 /* Shutdown the touch subsystem */ |
56 /* Shutdown the touch subsystem */ |
57 extern void SDL_TouchQuit(void); |
57 extern void SDL_TouchQuit(void); |
58 |
58 |
59 #endif /* _SDL_touch_c_h */ |
59 #endif /* SDL_touch_c_h_ */ |
60 |
60 |
61 /* vi: set ts=4 sw=4 expandtab: */ |
61 /* vi: set ts=4 sw=4 expandtab: */ |