Go to the documentation of this file.
21 #include "../../SDL_internal.h"
23 #ifndef SDL_uikitmodes_h_
24 #define SDL_uikitmodes_h_
30 - (instancetype)initWithScreen:(UIScreen*)screen;
32 @property (nonatomic, strong) UIScreen *
uiscreen;
int UIKit_GetDisplayDPI(_THIS, SDL_VideoDisplay *display, float *ddpi, float *hdpi, float *vdpi)
int UIKit_GetDisplayUsableBounds(_THIS, SDL_VideoDisplay *display, SDL_Rect *rect)
int UIKit_InitModes(_THIS)
The structure that defines a display mode.
UIScreenMode * uiscreenmode
SDL_bool UIKit_IsDisplayLandscape(UIScreen *uiscreen)
int UIKit_SetDisplayMode(_THIS, SDL_VideoDisplay *display, SDL_DisplayMode *mode)
A rectangle, with the origin at the upper left (integer).
void UIKit_QuitModes(_THIS)
void UIKit_GetDisplayModes(_THIS, SDL_VideoDisplay *display)