Mercurial > sdl-ios-xcode
log src/video/uikit/SDL_uikitappdelegate.m @ 2829:16fe3b867887
age | author | description |
---|---|---|
2008-10-04 | Sam Lantinga | Final merge of Google Summer of Code 2008 work... |
2008-08-16 | Holmes Futrell | updated #include path, added comments. gsoc2008_iphone |
2008-07-29 | Holmes Futrell | removed reference to pthread.h gsoc2008_iphone |
2008-07-22 | Holmes Futrell | turned singleton window instance into member variable instead. Added convenience method for getting singleton app delegate. gsoc2008_iphone |
2008-07-17 | 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 |