#include "internal.h"
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <malloc.h>
Go to the source code of this file.
Defines | |
#define | DISPLAY_DEVICE_ACTIVE 0x00000001 |
#define | EDS_ROTATEDMODE 0x00000004 |
Functions | |
void | _glfwPlatformGetGammaRamp (_GLFWmonitor *monitor, GLFWgammaramp *ramp) |
void | _glfwPlatformGetMonitorPos (_GLFWmonitor *monitor, int *xpos, int *ypos) |
_GLFWmonitor ** | _glfwPlatformGetMonitors (int *count) |
void | _glfwPlatformGetVideoMode (_GLFWmonitor *monitor, GLFWvidmode *mode) |
GLFWvidmode * | _glfwPlatformGetVideoModes (_GLFWmonitor *monitor, int *count) |
GLboolean | _glfwPlatformIsSameMonitor (_GLFWmonitor *first, _GLFWmonitor *second) |
Checks whether two monitor objects represent the same monitor. | |
void | _glfwPlatformSetGammaRamp (_GLFWmonitor *monitor, const GLFWgammaramp *ramp) |
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.