List of all members.
Public Attributes |
unsigned int | window_width |
| window width
|
unsigned int | window_height |
| window height
|
unsigned int | width |
| buffer width
|
unsigned int | height |
| buffer height
|
unsigned int | bpp |
| bits per pixel
|
unsigned int | Bpp |
| bytes per pixel
|
unsigned int | x_scale |
| horizontal scale factor
|
unsigned int | y_scale |
| vertical scale factor
|
unsigned int | info_height |
| message bar height (included in height)
|
bpp_t | buf |
| generic pointer to pixel data
|
unsigned int | pitch |
| number of bytes per line in buf
|
SDL_Surface * | surface |
| SDL surface.
|
unsigned int | want_fullscreen:1 |
| want fullscreen
|
unsigned int | is_fullscreen:1 |
| fullscreen enabled
|
struct texture | texture |
| OpenGL texture data.
|
unsigned int | want_opengl:1 |
| want OpenGL
|
unsigned int | is_opengl:1 |
| OpenGL enabled.
|
SDL_Color | color [64] |
| SDL colors for 8bpp modes.
|
Member Data Documentation
generic pointer to pixel data
SDL_Color screen::color[64] |
SDL colors for 8bpp modes.
unsigned int screen::height |
unsigned int screen::info_height |
message bar height (included in height)
unsigned int screen::is_fullscreen |
unsigned int screen::is_opengl |
unsigned int screen::pitch |
number of bytes per line in buf
SDL_Surface* screen::surface |
unsigned int screen::want_fullscreen |
unsigned int screen::want_opengl |
unsigned int screen::width |
unsigned int screen::window_height |
unsigned int screen::window_width |
unsigned int screen::x_scale |
unsigned int screen::y_scale |
The documentation for this struct was generated from the following file: