log src/video/uikit/SDL_uikitkeyboard.h @ 5164:1bd1e62e648d

age author description
2011-02-01 Sam Lantinga Fixed spacing, adding vim spacing hints
2010-01-24 Sam Lantinga Fixed bug #926
2010-01-21 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
2008-12-08 Sam Lantinga Updated copyright date
2008-10-04 Sam Lantinga Final merge of Google Summer of Code 2008 work...
2008-08-15 Holmes Futrell Header files that users of the library can include for additional iPhone keyboard functions. gsoc2008_iphone
2008-07-29 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