Mercurial > sdl-ios-xcode
log src/events/SDL_keyboard_c.h @ 4560:95352c671a6e
age | author | description |
---|---|---|
Tue, 20 Jul 2010 23:25:24 -0700 | Sam Lantinga | Added support for keyboard repeat (only tested on Windows so far) |
Sun, 09 May 2010 20:47:22 -0700 | Sam Lantinga | Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API. |
Thu, 15 Apr 2010 22:14:26 -0700 | Sam Lantinga | changeset: 4433:25667ea797fa |
Sun, 24 Jan 2010 21:10:53 +0000 | Sam Lantinga | Fixed bug #926 |
Thu, 21 Jan 2010 06:21:52 +0000 | Sam Lantinga | Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance. |
Wed, 01 Jul 2009 07:33:58 +0000 | Jiang Jiang | Add SDL_TEXTEDTING event to inform application about marked text. gsoc2009_IME |