Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.h @ 4642:057e8762d2a1
Added reading of event* for touch events.
author | Jim Grandpre <jim.tla@gmail.com> |
---|---|
date | Fri, 28 May 2010 01:26:52 -0400 |
parents | f7b03b6838cb |
children | 03dcb795c583 |
comparison
equal
deleted
inserted
replaced
4641:49a97daea6ec | 4642:057e8762d2a1 |
---|---|
51 #include "SDL_x11events.h" | 51 #include "SDL_x11events.h" |
52 #include "SDL_x11gamma.h" | 52 #include "SDL_x11gamma.h" |
53 #include "SDL_x11keyboard.h" | 53 #include "SDL_x11keyboard.h" |
54 #include "SDL_x11modes.h" | 54 #include "SDL_x11modes.h" |
55 #include "SDL_x11mouse.h" | 55 #include "SDL_x11mouse.h" |
56 #include "SDL_eventtouch.h" | |
56 #include "SDL_x11opengl.h" | 57 #include "SDL_x11opengl.h" |
57 #include "SDL_x11window.h" | 58 #include "SDL_x11window.h" |
58 | 59 |
59 /* Private display data */ | 60 /* Private display data */ |
60 | 61 |