Public Types | |
typedef bitset< 256 > | KeyStates |
Public Member Functions | |
WindowX11 (::Window win, int width, int height, Ref< VisualX11 > visual) | |
~WindowX11 () | |
Ref< Visual > | getVisual () |
void | setTitle (string title) |
void | move (int left, int top) |
void | resize (int width, int height) |
int | getWidth () |
int | getHeight () |
void | swapBuffers () |
void | processEvents (EventHandler *) |
void | processKeyEvent (EventHandler *, XKeyEvent *event, bool press) |
Public Attributes | |
::Window | win |
int | width |
int | height |
Ref< VisualX11 > | visual |
KeyStates | keyStates |
Definition at line 69 of file implementation.C.