#include <twgui_init.h>
Public Attributes | |
| bool | direct_draw |
| bool | use_triple_buffer |
| bool | bool_clear_screen |
| int | color_clear_screen |
|
|
if true, this will clear the new write-screen just after a page flip |
|
|
the color used to clear the screen |
|
|
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. |
|
|
If true, there'll be 3 screens, and the page flip will happen in the background (giving a smoother display) |
1.4.6-NO