Mercurial > sdl-ios-xcode
log
age | author | description |
---|---|---|
Tue, 29 Jul 2008 17:25:54 +0000 | Holmes Futrell | Added SDL_IPHONE_KEYBOARD macro, which controls whether or not the SDL for iPhone is compiled with keyboard support or not. 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 |
Tue, 29 Jul 2008 17:21:49 +0000 | Holmes Futrell | SDL_uikitkeyboard extends SDL_uikitview to add keyboard support. It adds several methods to the SDL_uikitview class for keyboard initialization, showing, and hiding. SDL_uikitkeyboard.m contains the implementation of these methods as well as the implementation of some iPhone specific additions to SDL so that a programmer can access the functionality of hiding and showing the keyboard. gsoc2008_iphone |