comparison src/events/SDL_touch_c.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 057e8762d2a1
children eea1bf53effa
comparison
equal deleted inserted replaced
4644:fb500b3e1717 4645:0375d020e7e3
59 Uint8 buttonstate; 59 Uint8 buttonstate;
60 SDL_bool relative_mode; 60 SDL_bool relative_mode;
61 SDL_bool flush_motion; 61 SDL_bool flush_motion;
62 62
63 int num_fingers; 63 int num_fingers;
64 int max_fingers;
64 SDL_Finger** fingers; 65 SDL_Finger** fingers;
65 66
66 void *driverdata; 67 void *driverdata;
67 }; 68 };
68 69