Mercurial > sdl-ios-xcode
diff src/video/uikit/SDL_uikitappdelegate.h @ 4446:8b03a20b320f
Much improved multi-display support for iPad.
Fixes most issues and limitations, I think.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 02 May 2010 05:08:12 -0400 |
parents | f7b03b6838cb |
children | b915b3181cc2 |
line wrap: on
line diff
--- a/src/video/uikit/SDL_uikitappdelegate.h Sat May 01 13:50:56 2010 -0400 +++ b/src/video/uikit/SDL_uikitappdelegate.h Sun May 02 05:08:12 2010 -0400 @@ -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