Gel2D - The free/open source game creation suite

Public Member Functions | Public Attributes
gel::GelVideoMode Struct Reference

Video mode structure. More...

#include <gelVideo.h>

List of all members.

Public Member Functions

 GelVideoMode ()
 Default constructor.
 GelVideoMode (int w, int h, int b)
 Constructor.

Public Attributes

int width
 Screen width.
int height
 Screen height.
int bpp
 Bits per pixel.

Detailed Description

Video mode structure.


Constructor & Destructor Documentation

gel::GelVideoMode::GelVideoMode ( ) [inline]

Default constructor.

gel::GelVideoMode::GelVideoMode ( int  w,
int  h,
int  b 
) [inline]

Constructor.

Parameters:
w: Screen width.
h: Screen height.
b: Bits per pixel.

Member Data Documentation

Screen width.

Screen height.

Bits per pixel.


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