Mercurial > sdl-ios-xcode
log src/video/win32/SDL_win32events.c @ 4565:e2d46c5c7483
age | author | description |
---|---|---|
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:59:16 -0700 | Sam Lantinga | Fixed remapping the Delete key and detecting the keypad Delete key. |
Tue, 20 Jul 2010 23:25:24 -0700 | Sam Lantinga | Added support for keyboard repeat (only tested on Windows so far) |
Thu, 08 Jul 2010 23:07:34 -0700 | Sam Lantinga | Amazingly the Windows code is almost identical to the Mac OS X code. :) |
Thu, 08 Jul 2010 05:43:34 -0700 | Sam Lantinga | Added Windows clipboard support |
Mon, 05 Jul 2010 22:48:13 -0700 | Sam Lantinga | Cleaned up the mouse window focus handling: you always pass in the relative window when sending a mouse event. |