Moved display orientation handling on iOS out to a separate function for Qt apps

This commit is contained in:
Sam Lantinga 2018-08-22 23:47:29 -07:00
parent f69485f745
commit e80bcf4a32
3 changed files with 59 additions and 45 deletions

View file

@ -45,6 +45,10 @@ extern int UIKit_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMo
extern void UIKit_QuitModes(_THIS);
extern int UIKit_GetDisplayUsableBounds(_THIS, SDL_VideoDisplay * display, SDL_Rect * rect);
#if !TARGET_OS_TV
extern void SDL_OnApplicationDidChangeStatusBarOrientation(void);
#endif
#endif /* SDL_uikitmodes_h_ */
/* vi: set ts=4 sw=4 expandtab: */