#include "internal.h"#include <stdlib.h>#include <string.h>#include <limits.h>#include <malloc.h>
Go to the source code of this file.
Macros | |
| #define | DISPLAY_DEVICE_ACTIVE 0x00000001 |
| #define | EDS_ROTATEDMODE 0x00000004 |
Functions | |
| void | _glfwPlatformGetGammaRamp (_GLFWmonitor *monitor, GLFWgammaramp *ramp) |
| Returns the current gamma ramp for the specified monitor. More... | |
| void | _glfwPlatformGetMonitorPos (_GLFWmonitor *monitor, int *xpos, int *ypos) |
| Returns the position of the monitor's viewport on the virtual screen. More... | |
| _GLFWmonitor ** | _glfwPlatformGetMonitors (int *count) |
| Returns the currently connected monitors. More... | |
| void | _glfwPlatformGetVideoMode (_GLFWmonitor *monitor, GLFWvidmode *mode) |
| GLFWvidmode * | _glfwPlatformGetVideoModes (_GLFWmonitor *monitor, int *count) |
| Returns the available video modes for the specified monitor. More... | |
| GLboolean | _glfwPlatformIsSameMonitor (_GLFWmonitor *first, _GLFWmonitor *second) |
| Checks whether two monitor objects represent the same monitor. More... | |
| void | _glfwPlatformSetGammaRamp (_GLFWmonitor *monitor, const GLFWgammaramp *ramp) |
| Sets the current gamma ramp for the specified monitor. More... | |
| void | _glfwRestoreVideoMode (_GLFWmonitor *monitor) |
| GLboolean | _glfwSetVideoMode (_GLFWmonitor *monitor, const GLFWvidmode *desired) |
| GLFWAPI const char * | glfwGetWin32Adapter (GLFWmonitor *handle) |
| GLFWAPI const char * | glfwGetWin32Monitor (GLFWmonitor *handle) |
| #define DISPLAY_DEVICE_ACTIVE 0x00000001 |
Definition at line 40 of file win32_monitor.c.
| #define EDS_ROTATEDMODE 0x00000004 |
Definition at line 37 of file win32_monitor.c.
| void _glfwRestoreVideoMode | ( | _GLFWmonitor * | monitor | ) |
Definition at line 89 of file win32_monitor.c.
| GLboolean _glfwSetVideoMode | ( | _GLFWmonitor * | monitor, |
| const GLFWvidmode * | desired | ||
| ) |
Definition at line 50 of file win32_monitor.c.
| GLFWAPI const char* glfwGetWin32Adapter | ( | GLFWmonitor * | handle | ) |
Definition at line 344 of file win32_monitor.c.
| GLFWAPI const char* glfwGetWin32Monitor | ( | GLFWmonitor * | handle | ) |
Definition at line 351 of file win32_monitor.c.