|
Glfwx
0.1.0
C++ wrapper for GLFW
|
#include <Glfwx/Glfwx.h>
Public Member Functions | |
| Instance () | |
| Constructor. | |
| ~Instance () | |
| Destructor. | |
| bool | ok () const |
| Returns the state of GLFW. More... | |
RAII for Glfwx.
Instantiation of an Instance will initialize GLFW and Glfwx. Destruction will terminate them.
| bool Glfwx::Instance::ok | ( | ) | const |
Returns the state of GLFW.
1.8.14