Mercurial > sdl-ios-xcode
log
age | author | description |
---|---|---|
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 |
Tue, 29 Jul 2008 17:19:23 +0000 | Holmes Futrell | Added keyboard support in view initialization and proper deallocation of keyboard in -(void)dealloc, if keyboard is enabled gsoc2008_iphone |
Tue, 29 Jul 2008 17:09:29 +0000 | Holmes Futrell | Added textField view and member variable which shows if keyboard is shown gsoc2008_iphone |