Mercurial > sdl-ios-xcode
comparison src/video/uikit/SDL_uikitwindow.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 | 8b7988f42fcb |
comparison
equal
deleted
inserted
replaced
4445:06becafcac89 | 4446:8b03a20b320f |
---|---|
34 | 34 |
35 @class UIWindow; | 35 @class UIWindow; |
36 | 36 |
37 struct SDL_WindowData | 37 struct SDL_WindowData |
38 { | 38 { |
39 SDL_Window *window; | |
40 UIWindow *uiwindow; | 39 UIWindow *uiwindow; |
41 SDL_uikitopenglview *view; | 40 SDL_uikitopenglview *view; |
42 }; | 41 }; |
43 | 42 |
44 | 43 |