Mercurial > sdl-ios-xcode
log src/events/SDL_touch_c.h @ 5008:35afe807b51c
age | author | description |
---|---|---|
2010-07-31 | jimtla | Added SDL_TouchID, SDL_FingerID, SDL_GestureID types. Converted to integer cioordinates (<- not working). |
2010-07-30 | jimtla | Added Iphone project. Iphone multi-touch is now functional. |
2010-07-30 | jimtla | Upgraded touchId/fingerId to long. Changed position variables to floats. |
2010-06-03 | jimtla | Fixed windo build errors. Should now be compilable. |
2010-06-03 | jimtla | Fixed some windows compilation bugs - Still does not compile. |
2010-06-01 | Jim Grandpre | Added include/touch.h Now reading in resolution of touch pad. |
2010-05-31 | Jim Grandpre | Auto-detects Wacom touch devices. |
2010-05-28 | Jim Grandpre | Added reading of event* for touch events. |
2010-05-27 | Jim Grandpre | Added touch event definitions. Heavily modified events/SDL_touch*. |
2010-05-26 | Jim Grandpre | Added SDL_touch.c/SDL_touch_c.h as slightly modifeind SDL_mouse*. Made reads in touchSimp non-blocking. |