#include <Window.h>
Static Public Member Functions | |
| static Dimension | GetResolutionOfPrimaryMonitor () |
| static void | OpenGLFWWindow (int width, int height, WindowMode windowMode, int samples) |
| static void | OpenGLFWWindow () |
| static void | OpenGLFWWindow (int width, int height, WindowMode windowMode, int samples, int glMajor, int glMinor, GLenum profile, GLenum forwardCompatible, char *title, GLFWmonitor *monitor) |
Static Public Attributes | |
| static GLFWwindow * | CurrentGLFWWindow |
| static WindowMode | CurrentWindowMode |
| static int | Width |
| static int | Height |
| static double | ElapsedTime = 0 |
Encapsulates the necessary data and functionality to create and manage the GLFW window with the OpenGL context
1.8.6