Removed an ugly hack to make windows rotate properly on iOS 8+.

Recent commits apparently resolved the issue that made the hack necessary.
This commit is contained in:
Alex Szpakowski
2014-11-23 23:29:24 -04:00
parent 9b8a1768f2
commit 6df55c6608
2 changed files with 3 additions and 22 deletions

View File

@@ -40,13 +40,9 @@ extern NSUInteger UIKit_GetSupportedOrientations(SDL_Window * window);
@class UIWindow;
@interface SDL_uikitwindow : UIWindow
@end
@interface SDL_WindowData : NSObject
@property (nonatomic, strong) SDL_uikitwindow *uiwindow;
@property (nonatomic, strong) UIWindow *uiwindow;
@property (nonatomic, strong) SDL_uikitopenglview *view;
@property (nonatomic, strong) SDL_uikitviewcontroller *viewcontroller;