Mercurial > sdl-ios-xcode
log src/events/SDL_keyboard.c @ 3697:f7b03b6838cb
age | author | description |
---|---|---|
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. |
Tue, 01 Dec 2009 08:56:12 +0000 | Sam Lantinga | Whenever a window becomes fullscreen, shown, unminimized, and has input focus it will change the display to the corresponding fullscreen video mode. |
Sat, 19 Sep 2009 13:29:40 +0000 | Sam Lantinga | Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009 |