Go to the source code of this file.
|
| SDL_bool | UIKit_IsDisplayLandscape (UIScreen *uiscreen) |
| |
| int | UIKit_InitModes (_THIS) |
| |
| int | UIKit_AddDisplay (UIScreen *uiscreen, SDL_bool send_event) |
| |
| void | UIKit_DelDisplay (UIScreen *uiscreen) |
| |
| void | UIKit_GetDisplayModes (_THIS, SDL_VideoDisplay *display) |
| |
| int | UIKit_GetDisplayDPI (_THIS, SDL_VideoDisplay *display, float *ddpi, float *hdpi, float *vdpi) |
| |
| int | UIKit_SetDisplayMode (_THIS, SDL_VideoDisplay *display, SDL_DisplayMode *mode) |
| |
| void | UIKit_QuitModes (_THIS) |
| |
| int | UIKit_GetDisplayUsableBounds (_THIS, SDL_VideoDisplay *display, SDL_Rect *rect) |
| |
◆ UIKit_AddDisplay()
| int UIKit_AddDisplay |
( |
UIScreen * |
uiscreen, |
|
|
SDL_bool |
send_event |
|
) |
| |
◆ UIKit_DelDisplay()
| void UIKit_DelDisplay |
( |
UIScreen * |
uiscreen | ) |
|
◆ UIKit_GetDisplayDPI()
◆ UIKit_GetDisplayModes()
◆ UIKit_GetDisplayUsableBounds()
◆ UIKit_InitModes()
◆ UIKit_IsDisplayLandscape()
| SDL_bool UIKit_IsDisplayLandscape |
( |
UIScreen * |
uiscreen | ) |
|
◆ UIKit_QuitModes()
◆ UIKit_SetDisplayMode()