Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404438
This commit is contained in:
parent
d7496843fc
commit
a0e019f786
73 changed files with 854 additions and 1068 deletions
|
@ -25,12 +25,12 @@
|
|||
|
||||
/* *INDENT-OFF* */
|
||||
@interface SDLUIKitDelegate:NSObject<UIApplicationDelegate> {
|
||||
UIWindow *window;
|
||||
SDL_WindowID windowID;
|
||||
SDL_Window *window;
|
||||
UIWindow *uiwindow;
|
||||
}
|
||||
|
||||
@property (readwrite, retain) UIWindow *window;
|
||||
@property (readwrite, assign) SDL_WindowID windowID;
|
||||
@property (readwrite, assign) SDL_Window *window;
|
||||
@property (readwrite, retain) UIWindow *uiwindow;
|
||||
|
||||
+(SDLUIKitDelegate *)sharedAppDelegate;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue