Mercurial > sdl-ios-xcode
log src/video/uikit/SDL_uikitappdelegate.h @ 2403:e9a1eed243c9 gsoc2008_iphone
age | author | description |
---|---|---|
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 |