log src/video/uikit/SDL_uikitview.h @ 2425:491958a6c881 gsoc2008_iphone

age author description
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
Tue, 29 Jul 2008 17:33:24 +0000 Holmes Futrell This is the header file for SDL_uikitview.m ... somehow this file was not committed. gsoc2008_iphone
Tue, 22 Jul 2008 23:05:40 +0000 Holmes Futrell Added standard SDL header comments gsoc2008_iphone