Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include "vl/OpenGLContext.hpp"#include "vlWin32/Win32Context.hpp"#include <map>Classes | |
| class | vlWin32::Win32Window |
| The Win32Window class is a Win32Context that can be used as a top or child window. More... | |
Namespaces | |
| namespace | vlWin32 |
| The Win32 bindings namespace. | |
Functions | |
| int | vlWin32::messageLoop () |
| void | vlWin32::peekMessage (MSG &msg) |
| void | vlWin32::dispatchUpdate () |
| void | vlWin32::translateKeyEvent (WPARAM wParam, LPARAM lParam, unsigned short &unicode_out, vl::EKey &key_out) |