![]() |
Wise&mystical
1.0
Project about Europe
|
#include <internal.h>
Public Attributes | |
| int | width |
| int | height |
| const char * | title |
| GLFWbool | resizable |
| GLFWbool | visible |
| GLFWbool | decorated |
| GLFWbool | focused |
| GLFWbool | autoIconify |
| GLFWbool | floating |
| GLFWbool | maximized |
| GLFWbool | centerCursor |
| GLFWbool | focusOnShow |
| GLFWbool | mousePassthrough |
| GLFWbool | scaleToMonitor |
| struct { | |
| GLFWbool retina | |
| char frameName [256] | |
| } | ns |
| struct { | |
| char className [256] | |
| char instanceName [256] | |
| } | x11 |
| struct { | |
| GLFWbool keymenu | |
| } | win32 |
Definition at line 262 of file internal.h.
| GLFWbool _GLFWwndconfig::autoIconify |
Definition at line 271 of file internal.h.
| GLFWbool _GLFWwndconfig::centerCursor |
Definition at line 274 of file internal.h.
| char _GLFWwndconfig::className[256] |
Definition at line 283 of file internal.h.
| GLFWbool _GLFWwndconfig::decorated |
Definition at line 269 of file internal.h.
| GLFWbool _GLFWwndconfig::floating |
Definition at line 272 of file internal.h.
| GLFWbool _GLFWwndconfig::focused |
Definition at line 270 of file internal.h.
| GLFWbool _GLFWwndconfig::focusOnShow |
Definition at line 275 of file internal.h.
| char _GLFWwndconfig::frameName[256] |
Definition at line 280 of file internal.h.
| int _GLFWwndconfig::height |
Definition at line 265 of file internal.h.
| char _GLFWwndconfig::instanceName[256] |
Definition at line 284 of file internal.h.
| GLFWbool _GLFWwndconfig::keymenu |
Definition at line 287 of file internal.h.
| GLFWbool _GLFWwndconfig::maximized |
Definition at line 273 of file internal.h.
| GLFWbool _GLFWwndconfig::mousePassthrough |
Definition at line 276 of file internal.h.
| struct { ... } _GLFWwndconfig::ns |
| GLFWbool _GLFWwndconfig::resizable |
Definition at line 267 of file internal.h.
| GLFWbool _GLFWwndconfig::retina |
Definition at line 279 of file internal.h.
| GLFWbool _GLFWwndconfig::scaleToMonitor |
Definition at line 277 of file internal.h.
| const char* _GLFWwndconfig::title |
Definition at line 266 of file internal.h.
| GLFWbool _GLFWwndconfig::visible |
Definition at line 268 of file internal.h.
| int _GLFWwndconfig::width |
Definition at line 264 of file internal.h.
| struct { ... } _GLFWwndconfig::win32 |
| struct { ... } _GLFWwndconfig::x11 |