zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_uikitwindow.h File Reference

Go to the source code of this file.

Classes

struct  SDL_WindowData
 

Typedefs

typedef struct SDL_WindowData SDL_WindowData
 

Functions

int UIKit_CreateWindow (_THIS, SDL_Window *window)
 
void UIKit_DestroyWindow (_THIS, SDL_Window *window)
 
SDL_bool UIKit_GetWindowWMInfo (_THIS, SDL_Window *window, struct SDL_SysWMinfo *info)
 
void UIKit_HideWindow (_THIS, SDL_Window *window)
 
void UIKit_RaiseWindow (_THIS, SDL_Window *window)
 
void UIKit_SetWindowFullscreen (_THIS, SDL_Window *window, SDL_VideoDisplay *display, SDL_bool fullscreen)
 
void UIKit_ShowWindow (_THIS, SDL_Window *window)
 

Typedef Documentation

Definition at line 29 of file SDL_uikitwindow.h.

Function Documentation

int UIKit_CreateWindow ( _THIS  ,
SDL_Window window 
)
void UIKit_DestroyWindow ( _THIS  ,
SDL_Window window 
)
SDL_bool UIKit_GetWindowWMInfo ( _THIS  ,
SDL_Window window,
struct SDL_SysWMinfo info 
)
void UIKit_HideWindow ( _THIS  ,
SDL_Window window 
)
void UIKit_RaiseWindow ( _THIS  ,
SDL_Window window 
)
void UIKit_SetWindowFullscreen ( _THIS  ,
SDL_Window window,
SDL_VideoDisplay display,
SDL_bool  fullscreen 
)
void UIKit_ShowWindow ( _THIS  ,
SDL_Window window 
)