log src/video/uikit/SDL_uikitappdelegate.h @ 4829:7160e833c4ac

age author description
2010-05-02 Ryan C. Gordon Much improved multi-display support for iPad.
2010-01-24 Sam Lantinga Fixed bug #926
2010-01-21 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
2009-10-17 Sam Lantinga iPhone interruption patch / SDL 1.3
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-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