#include <internal.h>
Public Attributes | |
| GLFWbool | autoIconify |
| GLFWbool | centerCursor |
| GLFWbool | decorated |
| GLFWbool | floating |
| GLFWbool | focused |
| GLFWbool | focusOnShow |
| int | height |
| GLFWbool | maximized |
| struct { | |
| char frameName [256] | |
| GLFWbool retina | |
| } | ns |
| GLFWbool | resizable |
| GLFWbool | scaleToMonitor |
| const char * | title |
| GLFWbool | visible |
| int | width |
| struct { | |
| char className [256] | |
| char instanceName [256] | |
| } | x11 |
Definition at line 254 of file internal.h.
| GLFWbool _GLFWwndconfig::autoIconify |
Definition at line 263 of file internal.h.
| GLFWbool _GLFWwndconfig::centerCursor |
Definition at line 266 of file internal.h.
| char _GLFWwndconfig::className[256] |
Definition at line 274 of file internal.h.
| GLFWbool _GLFWwndconfig::decorated |
Definition at line 261 of file internal.h.
| GLFWbool _GLFWwndconfig::floating |
Definition at line 264 of file internal.h.
| GLFWbool _GLFWwndconfig::focused |
Definition at line 262 of file internal.h.
| GLFWbool _GLFWwndconfig::focusOnShow |
Definition at line 267 of file internal.h.
| char _GLFWwndconfig::frameName[256] |
Definition at line 271 of file internal.h.
| int _GLFWwndconfig::height |
Definition at line 257 of file internal.h.
| char _GLFWwndconfig::instanceName[256] |
Definition at line 275 of file internal.h.
| GLFWbool _GLFWwndconfig::maximized |
Definition at line 265 of file internal.h.
| struct { ... } _GLFWwndconfig::ns |
| GLFWbool _GLFWwndconfig::resizable |
Definition at line 259 of file internal.h.
| GLFWbool _GLFWwndconfig::retina |
Definition at line 270 of file internal.h.
| GLFWbool _GLFWwndconfig::scaleToMonitor |
Definition at line 268 of file internal.h.
| const char* _GLFWwndconfig::title |
Definition at line 258 of file internal.h.
| GLFWbool _GLFWwndconfig::visible |
Definition at line 260 of file internal.h.
| int _GLFWwndconfig::width |
Definition at line 256 of file internal.h.
| struct { ... } _GLFWwndconfig::x11 |