comparison src/video/x11/SDL_eventtouch.h @ 4643:8806b78988f7

Bug fixes. Basic touch events (finger up, finger down, finger move) supported.
author Jim Grandpre <jim.tla@gmail.com>
date Sat, 29 May 2010 01:47:19 -0400
parents 057e8762d2a1
children 0375d020e7e3
comparison
equal deleted inserted replaced
4642:057e8762d2a1 4643:8806b78988f7
29 #if SDL_VIDEO_DRIVER_X11_XINPUT 29 #if SDL_VIDEO_DRIVER_X11_XINPUT
30 typedef struct EventTouchData 30 typedef struct EventTouchData
31 { 31 {
32 int x,y,pressure,finger; //Temporary Variables until sync 32 int x,y,pressure,finger; //Temporary Variables until sync
33 int eventStream; 33 int eventStream;
34 SDL_bool up;
34 } EventTouchData; 35 } EventTouchData;
35 #endif 36 #endif
36 37
37 //extern void X11_InitMouse(_THIS); 38 //extern void X11_InitMouse(_THIS);
38 //extern void X11_QuitMouse(_THIS); 39 //extern void X11_QuitMouse(_THIS);