Visualization Library 2.0.0

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

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Functions | Variables
vlWin32 Namespace Reference

The Win32 bindings namespace. More...

Classes

class  Win32Context
 The Win32Context class implements an OpenGLContext using the Win32 API. More...
 
class  Win32Window
 The Win32Window class is a Win32Context that can be used as a top or child window. More...
 

Functions

bool registerClass ()
 
VLWIN32_EXPORT int choosePixelFormat (const vl::OpenGLContextFormat &fmt, bool verbose=true)
 
VLWIN32_EXPORT int messageLoop ()
 
VLWIN32_EXPORT void peekMessage (MSG &msg)
 
VLWIN32_EXPORT void dispatchUpdate ()
 
VLWIN32_EXPORT void translateKeyEvent (WPARAM wParam, LPARAM lParam, unsigned short &unicode_out, vl::EKey &key_out)
 

Variables

const wchar_t * gWin32WindowClassName = L"VisualizationLibraryWindowClass"
 

Detailed Description

The Win32 bindings namespace.

Function Documentation

◆ choosePixelFormat()

int vlWin32::choosePixelFormat ( const vl::OpenGLContextFormat fmt,
bool  verbose = true 
)

◆ dispatchUpdate()

void vlWin32::dispatchUpdate ( )

◆ messageLoop()

int vlWin32::messageLoop ( )

Definition at line 364 of file Win32Window.cpp.

References vlEGL::peekMessage().

◆ peekMessage()

void vlWin32::peekMessage ( MSG &  msg)

Definition at line 350 of file Win32Window.cpp.

References vlEGL::dispatchUpdate(), and NULL.

◆ registerClass()

bool vlWin32::registerClass ( )

◆ translateKeyEvent()

void vlWin32::translateKeyEvent ( WPARAM  wParam,
LPARAM  lParam,
unsigned short &  unicode_out,
vl::EKey key_out 
)

Definition at line 376 of file Win32Window.cpp.

References vl::Key_0, vl::Key_1, vl::Key_2, vl::Key_3, vl::Key_4, vl::Key_5, vl::Key_6, vl::Key_7, vl::Key_8, vl::Key_9, vl::Key_A, vl::Key_Alt, vl::Key_Ampersand, vl::Key_Asterisk, vl::Key_At, vl::Key_B, vl::Key_BackSlash, vl::Key_BackSpace, vl::Key_C, vl::Key_Caret, vl::Key_Clear, vl::Key_Colon, vl::Key_Comma, vl::Key_Ctrl, vl::Key_D, vl::Key_Delete, vl::Key_Dollar, vl::Key_Down, vl::Key_E, vl::Key_End, vl::Key_Equal, vl::Key_Escape, vl::Key_Exclam, vl::Key_F, vl::Key_F1, vl::Key_F10, vl::Key_F11, vl::Key_F12, vl::Key_F2, vl::Key_F3, vl::Key_F4, vl::Key_F5, vl::Key_F6, vl::Key_F7, vl::Key_F8, vl::Key_F9, vl::Key_G, vl::Key_Greater, vl::Key_H, vl::Key_Hash, vl::Key_Home, vl::Key_I, vl::Key_Insert, vl::Key_J, vl::Key_K, vl::Key_L, vl::Key_Left, vl::Key_LeftAlt, vl::Key_LeftBracket, vl::Key_LeftCtrl, vl::Key_LeftParen, vl::Key_LeftShift, vl::Key_Less, vl::Key_M, vl::Key_Minus, vl::Key_N, vl::Key_None, vl::Key_O, vl::Key_P, vl::Key_PageDown, vl::Key_PageUp, vl::Key_Pause, vl::Key_Period, vl::Key_Plus, vl::Key_Print, vl::Key_Q, vl::Key_Question, vl::Key_Quote, vl::Key_QuoteDbl, vl::Key_QuoteLeft, vl::Key_R, vl::Key_Return, vl::Key_Right, vl::Key_RightAlt, vl::Key_RightBracket, vl::Key_RightCtrl, vl::Key_RightParen, vl::Key_RightShift, vl::Key_S, vl::Key_Semicolon, vl::Key_Shift, vl::Key_Slash, vl::Key_Space, vl::Key_T, vl::Key_Tab, vl::Key_U, vl::Key_Underscore, vl::Key_Up, vl::Key_V, vl::Key_W, vl::Key_X, vl::Key_Y, and vl::Key_Z.

Referenced by vlMFC::MFCWindow::OnKeyDown(), vlMFC::MDIWindow::OnKeyDown(), vlMFC::MFCWindow::OnKeyUp(), and vlMFC::MDIWindow::OnKeyUp().

Variable Documentation

◆ gWin32WindowClassName

const wchar_t * vlWin32::gWin32WindowClassName = L"VisualizationLibraryWindowClass"