Visualization Library 2.1.0

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Namespaces | Functions
Win32Window.hpp File Reference
#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

 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)