ClanLib settings.
Description
The class holding ClanLib state information like width/height of the current
display.
Class members
static int width()
static void width(int width)
static int height()
static void height(int height)
static int bpp()
static void bpp(int bpp)
static int gl_buffers()
static void gl_buffers(int _gl_buffers)
static bool update_mouse()
static void update_mouse(bool update_mouse)
static bool debug_info()
static void debug_info(bool debug)
See Also
None
Back to index
|