log src/video/uikit/SDL_uikitappdelegate.m @ 2410:3fc556a036d8 gsoc2008_iphone

age author description
Tue, 29 Jul 2008 17:35:20 +0000 Holmes Futrell removed reference to pthread.h gsoc2008_iphone
Tue, 22 Jul 2008 23:02:53 +0000 Holmes Futrell turned singleton window instance into member variable instead. Added convenience method for getting singleton app delegate. gsoc2008_iphone
Thu, 17 Jul 2008 22:29:37 +0000 Holmes Futrell The class SDL_uikitappdelegate acts as the UIApplicationDelegate for an iPhone SDL project. This class is reponsible for application control flow, including initial setup of working directory, forwarding command line arguments to the user's main function, and handling application termination. gsoc2008_iphone