TwguiStartupOptions::VideoManagement Class Reference

#include <twgui_init.h>

List of all members.

Public Attributes

bool direct_draw
bool use_triple_buffer
bool bool_clear_screen
int color_clear_screen


Detailed Description

options about how the video screen is handled


Member Data Documentation

bool TwguiStartupOptions::VideoManagement::bool_clear_screen
 

if true, this will clear the new write-screen just after a page flip

int TwguiStartupOptions::VideoManagement::color_clear_screen
 

the color used to clear the screen

bool TwguiStartupOptions::VideoManagement::direct_draw
 

If true, there'll be a single screen, you draw directly onto it, and there is no pause waiting for a vertical retrace. If false, then there'll be 2 screens and the page flip will wait for a vertical retrace.

bool TwguiStartupOptions::VideoManagement::use_triple_buffer
 

If true, there'll be 3 screens, and the page flip will happen in the background (giving a smoother display)


The documentation for this class was generated from the following file:
Generated on Tue Feb 14 13:48:45 2006 for Twgui by  doxygen 1.4.6-NO