comparison src/events/SDL_touch_c.h @ 4647:be2250bb482b

Fixed some windows compilation bugs - Still does not compile.
author jimtla
date Thu, 03 Jun 2010 11:08:17 -0400
parents eea1bf53effa
children 0350b634c044
comparison
equal deleted inserted replaced
4646:eea1bf53effa 4647:be2250bb482b
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: */