Much improved multi-display support for iPad.
Fixes most issues and limitations, I think.
This commit is contained in:
parent
953d5e65ea
commit
b6ef5b01d8
7 changed files with 136 additions and 76 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue