DGen/SDL
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes
screen Struct Reference

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

unsigned int screen::bpp

bits per pixel

unsigned int screen::Bpp

bytes per pixel

bpp_t screen::buf

generic pointer to pixel data

SDL_Color screen::color[64]

SDL colors for 8bpp modes.

unsigned int screen::height

buffer height

unsigned int screen::info_height

message bar height (included in height)

unsigned int screen::is_fullscreen

fullscreen enabled

unsigned int screen::is_opengl

OpenGL enabled.

unsigned int screen::pitch

number of bytes per line in buf

SDL_Surface* screen::surface

SDL surface.

struct texture screen::texture

OpenGL texture data.

unsigned int screen::want_fullscreen

want fullscreen

unsigned int screen::want_opengl

want OpenGL

unsigned int screen::width

buffer width

unsigned int screen::window_height

window height

unsigned int screen::window_width

window width

unsigned int screen::x_scale

horizontal scale factor

unsigned int screen::y_scale

vertical scale factor


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