Mercurial > sdl-ios-xcode
log src/video/uikit/SDL_uikitview.h @ 2462:012d60068901 gsoc2008_iphone
age | author | description |
---|---|---|
Sat, 16 Aug 2008 00:16:32 +0000 | Holmes Futrell | Added comments, view now deletes keyboard upon dealloc, function declarations for iPhone keyboard additions now moved to SDL_uikitkeyboard.h. gsoc2008_iphone |
Fri, 15 Aug 2008 00:42:14 +0000 | Holmes Futrell | Removed log messages (printf and NSLog) gsoc2008_iphone |
Wed, 13 Aug 2008 23:14:36 +0000 | Holmes Futrell | Originally keyboard support was in the form of a category of the class SDL_uikitview. It turns out this can cause problems with compilation where the code is not actually included and doesn't fail until dynamic dispatch. This is just awful, so I've moved to the code into the SDL_uikitview class itself. gsoc2008_iphone |