Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlGraphics/OpenGLContext.hpp>
#include <vlWin32/Win32Context.hpp>
#include <map>
Go to the source code of this file.
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 | |
VLWIN32_EXPORT int | vlWin32::messageLoop () |
VLWIN32_EXPORT void | vlWin32::peekMessage (MSG &msg) |
VLWIN32_EXPORT void | vlWin32::dispatchUpdate () |
VLWIN32_EXPORT void | vlWin32::translateKeyEvent (WPARAM wParam, LPARAM lParam, unsigned short &unicode_out, vl::EKey &key_out) |