zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_Window Struct Reference

#include <SDL_sysvideo.h>

Public Attributes

float brightness
 
SDL_WindowUserDatadata
 
voiddriverdata
 
Uint32 flags
 
SDL_DisplayMode fullscreen_mode
 
Uint16gamma
 
int h
 
SDL_Surfaceicon
 
Uint32 id
 
const voidmagic
 
int max_h
 
int max_w
 
int min_h
 
int min_w
 
SDL_Windownext
 
SDL_Windowprev
 
Uint16saved_gamma
 
SDL_WindowShapershaper
 
SDL_Surfacesurface
 
SDL_bool surface_valid
 
char * title
 
int w
 
SDL_Rect windowed
 
int x
 
int y
 

Detailed Description

Definition at line 71 of file SDL_sysvideo.h.

Member Data Documentation

float SDL_Window::brightness
SDL_WindowUserData* SDL_Window::data

Definition at line 97 of file SDL_sysvideo.h.

Referenced by SDL_DestroyWindow(), SDL_GetWindowData(), and SDL_SetWindowData().

void* SDL_Window::driverdata

Definition at line 99 of file SDL_sysvideo.h.

Referenced by PSP_GL_CreateContext().

SDL_DisplayMode SDL_Window::fullscreen_mode

Definition at line 86 of file SDL_sysvideo.h.

Referenced by SDL_GetWindowDisplayMode(), and SDL_SetWindowDisplayMode().

SDL_Surface* SDL_Window::icon

Definition at line 76 of file SDL_sysvideo.h.

Referenced by SDL_DestroyWindow(), SDL_RecreateWindow(), and SDL_SetWindowIcon().

const void* SDL_Window::magic

Definition at line 73 of file SDL_sysvideo.h.

Referenced by SDL_CreateWindow(), SDL_CreateWindowFrom(), and SDL_DestroyWindow().

int SDL_Window::max_h

Definition at line 80 of file SDL_sysvideo.h.

Referenced by SDL_GetWindowMaximumSize(), and SDL_SetWindowMaximumSize().

int SDL_Window::max_w

Definition at line 80 of file SDL_sysvideo.h.

Referenced by SDL_GetWindowMaximumSize(), and SDL_SetWindowMaximumSize().

int SDL_Window::min_h

Definition at line 79 of file SDL_sysvideo.h.

Referenced by SDL_GetWindowMinimumSize(), and SDL_SetWindowMinimumSize().

int SDL_Window::min_w

Definition at line 79 of file SDL_sysvideo.h.

Referenced by SDL_GetWindowMinimumSize(), and SDL_SetWindowMinimumSize().

SDL_Window* SDL_Window::prev
Uint16* SDL_Window::saved_gamma

Definition at line 90 of file SDL_sysvideo.h.

Referenced by SDL_GetWindowGammaRamp(), and SDL_OnWindowFocusLost().

SDL_Surface* SDL_Window::surface

Definition at line 92 of file SDL_sysvideo.h.

Referenced by SDL_DestroyWindow(), SDL_GetWindowSurface(), and SDL_RecreateWindow().

SDL_bool SDL_Window::surface_valid
char* SDL_Window::title
SDL_Rect SDL_Window::windowed

Definition at line 84 of file SDL_sysvideo.h.

Referenced by SDL_FinishWindowCreation(), and SDL_SendWindowEvent().


The documentation for this struct was generated from the following file: