Much improved multi-display support for iPad.

Fixes most issues and limitations, I think.
This commit is contained in:
Ryan C. Gordon 2010-05-02 05:08:12 -04:00
parent 953d5e65ea
commit b6ef5b01d8
7 changed files with 136 additions and 76 deletions

View file

@ -25,13 +25,8 @@
/* *INDENT-OFF* */
@interface SDLUIKitDelegate:NSObject<UIApplicationDelegate> {
SDL_Window *window;
UIWindow *uiwindow;
}
@property (readwrite, assign) SDL_Window *window;
@property (readwrite, retain) UIWindow *uiwindow;
+(SDLUIKitDelegate *)sharedAppDelegate;
@end