Window configuration. More...
#include <internal.h>
Public Attributes | |
GLboolean | autoIconify |
GLboolean | decorated |
GLboolean | floating |
GLboolean | focused |
int | height |
_GLFWmonitor * | monitor |
GLboolean | resizable |
const char * | title |
GLboolean | visible |
int | width |
Window configuration.
Parameters relating to the creation of the window but not directly related to the framebuffer. This is used to pass window creation parameters from shared code to the platform API.
Definition at line 164 of file internal.h.
GLboolean _GLFWwndconfig::autoIconify |
Definition at line 173 of file internal.h.
GLboolean _GLFWwndconfig::decorated |
Definition at line 171 of file internal.h.
GLboolean _GLFWwndconfig::floating |
Definition at line 174 of file internal.h.
GLboolean _GLFWwndconfig::focused |
Definition at line 172 of file internal.h.
int _GLFWwndconfig::height |
Definition at line 167 of file internal.h.
_GLFWmonitor* _GLFWwndconfig::monitor |
Definition at line 175 of file internal.h.
GLboolean _GLFWwndconfig::resizable |
Definition at line 169 of file internal.h.
const char* _GLFWwndconfig::title |
Definition at line 168 of file internal.h.
GLboolean _GLFWwndconfig::visible |
Definition at line 170 of file internal.h.
int _GLFWwndconfig::width |
Definition at line 166 of file internal.h.