#include <vidmode.h>
Public Methods | |
| CL_VidMode (int width, int height, int bpp, bool mode_x=false) | |
| std::string | asString () |
| param: width - Width of the videomode.param: height - Height of the videomode.param: bpp - Depth (8, 16, 24, 32 bpp) of the videomode.param: mode_x - Use mode x if available. | |
Public Attributes | |
| int | width |
| int | height |
| int | bpp |
| bool | mode_x |
Definition at line 23 of file vidmode.h.
|
|
|
|
|
param: width - Width of the videomode.param: height - Height of the videomode.param: bpp - Depth (8, 16, 24, 32 bpp) of the videomode.param: mode_x - Use mode x if available.
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.6 written by Dimitri van Heesch,
© 1997-2001