#include <SceneOSG.h>
Public Member Functions | |
void | SetBgColor (const RGBf &color) |
Set the background color for the window. | |
RGBf | GetBgColor () |
void | SetSize (int w, int h) |
IPoint2 | GetSize () |
Protected Attributes | |
RGBf | m_BgColor |
IPoint2 | m_Size |
This class represents a window, an area of the display which corresponds to an OpenGL drawing surface and has the potential to receive UI events.