Mercurial > sdl-ios-xcode
log src/video/uikit/SDL_uikitappdelegate.m @ 3176:8c12052ddc7b
age | author | description |
---|---|---|
2008-12-08 | Sam Lantinga | Updated copyright date |
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 |