log src/video/x11/SDL_x11events.c @ 4643:8806b78988f7

age author description
Sat, 29 May 2010 01:47:19 -0400 Jim Grandpre Bug fixes. Basic touch events (finger up, finger down, finger move) supported.
Fri, 28 May 2010 01:26:52 -0400 Jim Grandpre Added reading of event* for touch events.
Tue, 25 May 2010 23:23:23 -0400 Jim Grandpre Added SDL_touch.c/SDL_touch_c.h as slightly modifeind SDL_mouse*. Made reads in touchSimp non-blocking.
Wed, 21 Jul 2010 21:47:12 -0700 Sam Lantinga Fixed key repeat detection on X11, and simplified the code for everyone else.
Tue, 20 Jul 2010 23:25:24 -0700 Sam Lantinga Added support for keyboard repeat (only tested on Windows so far)
Tue, 20 Jul 2010 00:05:32 -0700 Sam Lantinga Applied the same logic as the fix for bug 894.