Mercurial > sdl-ios-xcode
log
age | author | description |
---|---|---|
2008-08-02 | Holmes Futrell | just updating XCode project files to include keyboard example as target gsoc2008_iphone |
2008-08-02 | Holmes Futrell | keyboard.c contains the source code for the bitmap font keyboard example. gsoc2008_iphone |
2008-07-29 | Holmes Futrell | whitespace gsoc2008_iphone |
2008-07-29 | Holmes Futrell | removed reference to pthread.h gsoc2008_iphone |
2008-07-29 | Holmes Futrell | This is the header file for SDL_uikitview.m ... somehow this file was not committed. gsoc2008_iphone |
2008-07-29 | 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 |
2008-07-29 | 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 |