log src/video/uikit/SDL_uikitkeyboard.h @ 3710:8600c345cd77 gsoc2009_unit_tests

age author description
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...
Fri, 15 Aug 2008 23:53:04 +0000 Holmes Futrell Header files that users of the library can include for additional iPhone keyboard functions. 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