log test/checkkeys.c @ 5284:96a22141cf86 tip

age author description
Mon, 07 Feb 2011 09:37:11 -0800 Sam Lantinga Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.
Mon, 24 Jan 2011 13:47:35 -0600 krogoway Renamed SDL_keysym to SDL_KeySym
Tue, 20 Jul 2010 23:25:24 -0700 Sam Lantinga Added support for keyboard repeat (only tested on Windows so far)
Sun, 10 Feb 2008 17:29:23 +0000 Sam Lantinga Show integer scancode, since that's how it's defined in the header.
Thu, 07 Feb 2008 16:14:43 +0000 Sam Lantinga Fixed array overrun
Thu, 07 Feb 2008 15:31:09 +0000 Sam Lantinga First pass of new SDL scancode concept for X11.
Tue, 05 Feb 2008 07:19:23 +0000 Sam Lantinga First pass implementation of new SDL scancode concept, as discussed with
Tue, 15 Jan 2008 22:37:17 +0000 Bob Pendleton Minimal implementation of textinput events for x11. It only works for latin-1.