Go to the source code of this file.
|
int | UIKit_CreateWindow (_THIS, SDL_Window *window) |
|
void | UIKit_SetWindowTitle (_THIS, SDL_Window *window) |
|
void | UIKit_ShowWindow (_THIS, SDL_Window *window) |
|
void | UIKit_HideWindow (_THIS, SDL_Window *window) |
|
void | UIKit_RaiseWindow (_THIS, SDL_Window *window) |
|
void | UIKit_SetWindowBordered (_THIS, SDL_Window *window, SDL_bool bordered) |
|
void | UIKit_SetWindowFullscreen (_THIS, SDL_Window *window, SDL_VideoDisplay *display, SDL_bool fullscreen) |
|
void | UIKit_DestroyWindow (_THIS, SDL_Window *window) |
|
SDL_bool | UIKit_GetWindowWMInfo (_THIS, SDL_Window *window, struct SDL_SysWMinfo *info) |
|
NSUInteger | UIKit_GetSupportedOrientations (SDL_Window *window) |
|
◆ UIKit_CreateWindow()
◆ UIKit_DestroyWindow()
◆ UIKit_GetSupportedOrientations()
NSUInteger UIKit_GetSupportedOrientations |
( |
SDL_Window * |
window | ) |
|
◆ UIKit_GetWindowWMInfo()
◆ UIKit_HideWindow()
◆ UIKit_RaiseWindow()
◆ UIKit_SetWindowBordered()
◆ UIKit_SetWindowFullscreen()
◆ UIKit_SetWindowTitle()
◆ UIKit_ShowWindow()