SDL++
C++wrapperfortheSDLlibrary.
|
#include <Subsystem.h>
Public Member Functions | |
void | swapBuffers () |
Static Protected Member Functions | |
static const string | name () |
the video subsystem.
Definition at line 331 of file Subsystem.h.
static const string sdl::subsystem::VideoBase::name | ( | ) | [inline, static, protected] |
Returns the name of the Subsystem.
Definition at line 343 of file Subsystem.h.
void sdl::subsystem::VideoBase::swapBuffers | ( | ) | [inline] |
Swaps the OpenGL frame buffers if double-buffering is supported.
Definition at line 335 of file Subsystem.h.