Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
4445:06becafcac89 | 4446:8b03a20b320f |
---|---|
23 #import <UIKit/UIKit.h> | 23 #import <UIKit/UIKit.h> |
24 #import "SDL_uikitopenglview.h" | 24 #import "SDL_uikitopenglview.h" |
25 | 25 |
26 /* *INDENT-OFF* */ | 26 /* *INDENT-OFF* */ |
27 @interface SDLUIKitDelegate:NSObject<UIApplicationDelegate> { | 27 @interface SDLUIKitDelegate:NSObject<UIApplicationDelegate> { |
28 SDL_Window *window; | |
29 UIWindow *uiwindow; | |
30 } | 28 } |
31 | |
32 @property (readwrite, assign) SDL_Window *window; | |
33 @property (readwrite, retain) UIWindow *uiwindow; | |
34 | 29 |
35 +(SDLUIKitDelegate *)sharedAppDelegate; | 30 +(SDLUIKitDelegate *)sharedAppDelegate; |
36 | 31 |
37 @end | 32 @end |
38 /* *INDENT-ON* */ | 33 /* *INDENT-ON* */ |