Mercurial > sdl-ios-xcode
log src/video/uikit/keyinfotable.h @ 5091:79bd1e289005
age | author | description |
---|---|---|
Mon, 24 Jan 2011 13:47:35 -0600 | krogoway | Renamed SDL_keysym to SDL_KeySym |
Sun, 24 Jan 2010 21:10:53 +0000 | Sam Lantinga | Fixed bug #926 |
Mon, 08 Dec 2008 00:27:32 +0000 | Sam Lantinga | Updated copyright date |
Sat, 04 Oct 2008 06:46:59 +0000 | Sam Lantinga | Final merge of Google Summer of Code 2008 work... |
Sat, 16 Aug 2008 00:10:15 +0000 | Holmes Futrell | Added comments gsoc2008_iphone |
Tue, 29 Jul 2008 17:23:50 +0000 | Holmes Futrell | keyinfotable.h contains information which SDL_uikitkeyboard uses to convert between unichar characters that it reads from the text field (which acts as the keyboard's target) to SDL_scancodes and key modifiers which are sent to SDL's keyboard system. gsoc2008_iphone |