comparison src/video/x11/SDL_eventtouch.h @ 4645:0375d020e7e3

Auto-detects Wacom touch devices.
author Jim Grandpre <jim.tla@gmail.com>
date Mon, 31 May 2010 00:24:37 -0400
parents 8806b78988f7
children
comparison
equal deleted inserted replaced
4644:fb500b3e1717 4645:0375d020e7e3
33 int eventStream; 33 int eventStream;
34 SDL_bool up; 34 SDL_bool up;
35 } EventTouchData; 35 } EventTouchData;
36 #endif 36 #endif
37 37
38 //extern void X11_InitMouse(_THIS); 38 extern void X11_InitTouch(_THIS);
39 //extern void X11_QuitMouse(_THIS); 39 extern void X11_QuitTouch(_THIS);
40 40
41 #endif /* _SDL_eventtouch_h */ 41 #endif /* _SDL_eventtouch_h */
42 42
43 /* vi: set ts=4 sw=4 expandtab: */ 43 /* vi: set ts=4 sw=4 expandtab: */