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 | Namespaces | Functions
EGLWindow.hpp File Reference
#include <vlEGL/link_config.hpp>
#include <vlGraphics/OpenGLContext.hpp>
#include <EGL/egl.h>
#include <map>

Go to the source code of this file.

Classes

class  vlEGL::EGLWindow
 The EGLWindow class is a EGLContext that can be used as a top or child window. More...
 

Namespaces

 vlEGL
 The experimental EGL bindings namespace.
 

Functions

VLEGL_EXPORT int vlEGL::messageLoop ()
 
VLEGL_EXPORT void vlEGL::peekMessage (MSG &msg)
 
VLEGL_EXPORT void vlEGL::dispatchUpdate ()
 
VLEGL_EXPORT void vlEGL::translateKeyEvent (WPARAM wParam, LPARAM lParam, unsigned short &unicode_out, vl::EKey &key_out)