equal
deleted
inserted
replaced
62 extern int SDL_SendTouchButton(int id, Uint8 state, Uint8 button); |
62 extern int SDL_SendTouchButton(int id, Uint8 state, Uint8 button); |
63 |
63 |
64 /* Shutdown the touch subsystem */ |
64 /* Shutdown the touch subsystem */ |
65 extern void SDL_TouchQuit(void); |
65 extern void SDL_TouchQuit(void); |
66 |
66 |
67 /* FIXME: Where do these functions go in this header? */ |
67 /* Get the index of a touch device */ |
68 extern void SDL_ChangeEnd(int id, int end); |
68 extern int SDL_GetTouchIndexId(int id) |
|
69 |
|
70 |
|
71 |
69 |
72 |
70 #endif /* _SDL_touch_c_h */ |
73 #endif /* _SDL_touch_c_h */ |
71 |
74 |
72 /* vi: set ts=4 sw=4 expandtab: */ |
75 /* vi: set ts=4 sw=4 expandtab: */ |