Equalizer  1.9.0
Parallel Rendering Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
eq::wgl::WindowEvent Class Reference

A window-system event for a WindowIF. More...

#include <windowEvent.h>

+ Inheritance diagram for eq::wgl::WindowEvent:
+ Collaboration diagram for eq::wgl::WindowEvent:

Public Attributes

UINT uMsg
 The windows message. More...
 
WPARAM wParam
 Extra message data. More...
 
LPARAM lParam
 Extra message data. More...
 

Detailed Description

A window-system event for a WindowIF.

Definition at line 29 of file wgl/windowEvent.h.

Member Data Documentation

LPARAM eq::wgl::WindowEvent::lParam

Extra message data.

Version
1.0

Definition at line 34 of file wgl/windowEvent.h.

UINT eq::wgl::WindowEvent::uMsg

The windows message.

Version
1.0

Definition at line 32 of file wgl/windowEvent.h.

WPARAM eq::wgl::WindowEvent::wParam

Extra message data.

Version
1.0

Definition at line 33 of file wgl/windowEvent.h.


The documentation for this class was generated from the following file: