#include <wgl_window_management.h>
Collaboration diagram for GL_Window:
Definition at line 52 of file wgl_window_management.h.
Public Attributes | |
Keys * | keys |
HWND | hWnd |
HDC | hDC |
HGLRC | hRC |
GL_WindowInit | init |
BOOL | isVisible |
DWORD | lastTickCount |
HDC GL_Window::hDC |
Definition at line 55 of file wgl_window_management.h.
Referenced by CreateWindowGL(), and DestroyWindowGL().
HGLRC GL_Window::hRC |
Definition at line 56 of file wgl_window_management.h.
Referenced by CreateWindowGL(), and DestroyWindowGL().
HWND GL_Window::hWnd |
Definition at line 54 of file wgl_window_management.h.
Referenced by CreateWindowGL(), DestroyWindowGL(), TerminateApplication(), and ToggleFullscreen().
Definition at line 57 of file wgl_window_management.h.
Referenced by CreateWindowGL(), DestroyWindowGL(), and wgl_init().
BOOL GL_Window::isVisible |
Definition at line 58 of file wgl_window_management.h.
DWORD GL_Window::lastTickCount |
Definition at line 59 of file wgl_window_management.h.