![]() |
Wise&mystical
1.0
Project about Europe
|
#include <internal.h>
Collaboration diagram for _GLFWmonitor:Public Attributes | |
| char | name [128] |
| void * | userPointer |
| int | widthMM |
| int | heightMM |
| _GLFWwindow * | window |
| GLFWvidmode * | modes |
| int | modeCount |
| GLFWvidmode | currentMode |
| GLFWgammaramp | originalRamp |
| GLFWgammaramp | currentRamp |
| _GLFW_PLATFORM_MONITOR_STATE | |
Definition at line 437 of file internal.h.
| _GLFWmonitor::_GLFW_PLATFORM_MONITOR_STATE |
Definition at line 456 of file internal.h.
| GLFWvidmode _GLFWmonitor::currentMode |
Definition at line 450 of file internal.h.
| GLFWgammaramp _GLFWmonitor::currentRamp |
Definition at line 453 of file internal.h.
| int _GLFWmonitor::heightMM |
Definition at line 443 of file internal.h.
| int _GLFWmonitor::modeCount |
Definition at line 449 of file internal.h.
| GLFWvidmode* _GLFWmonitor::modes |
Definition at line 448 of file internal.h.
| char _GLFWmonitor::name[128] |
Definition at line 439 of file internal.h.
| GLFWgammaramp _GLFWmonitor::originalRamp |
Definition at line 452 of file internal.h.
| void* _GLFWmonitor::userPointer |
Definition at line 440 of file internal.h.
| int _GLFWmonitor::widthMM |
Definition at line 443 of file internal.h.
| _GLFWwindow* _GLFWmonitor::window |
Definition at line 446 of file internal.h.