Top level display class. More...
Derived from: | None |
Derived by: | None |
Group: | Display (Display) |
#include <ClanLib/display.h>
Class Members:
Attributes: | |
Returns the currently selected display target. |
| |
Sets the currently selected display target. |
Detailed description:
The display class provides a static function interface to CL_DisplayWindow and other clanDisplay classes. It uses a selected display window (by default the first created window) to call the equalent functions in CL_DisplayWindow , CL_GraphicContext and such.The entire point of this is to allow applications with only one window to not pass around a pointer to the display window.