Visual Computing Library
|
The WindowManagerId struct enumerates the window managers that can be used to create and manage a window and its events. More...
#include <vclib/render/window_managers.h>
Public Types | |
enum | Enum { GLFW_WINDOW , QT_WIDGET , WINDOW_MANAGERS_NUMBER } |
The WindowManagerId struct enumerates the window managers that can be used to create and manage a window and its events.
The window managers are identified by an unsigned integer value, that corresponds to a specific window manager implementation.