Make sure mode width/height and status bar orientation match
This commit is contained in:
parent
767bcb961b
commit
9a82a89800
3 changed files with 91 additions and 47 deletions
|
@ -39,6 +39,8 @@ typedef struct
|
|||
|
||||
extern BOOL SDL_UIKit_supports_multiple_displays;
|
||||
|
||||
extern SDL_bool UIKit_IsDisplayLandscape(UIScreen *uiscreen);
|
||||
|
||||
extern int UIKit_InitModes(_THIS);
|
||||
extern void UIKit_GetDisplayModes(_THIS, SDL_VideoDisplay * display);
|
||||
extern int UIKit_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue