#include "internal.h"
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <malloc.h>
Go to the source code of this file.
void _glfwGetMonitorContentScaleWin32 | ( | HMONITOR | handle, |
float * | xscale, | ||
float * | yscale | ||
) |
Definition at line 312 of file win32_monitor.c.
void _glfwPlatformFreeMonitor | ( | _GLFWmonitor * | monitor | ) |
Definition at line 337 of file win32_monitor.c.
void _glfwPlatformGetGammaRamp | ( | _GLFWmonitor * | monitor, |
GLFWgammaramp * | ramp | ||
) |
Definition at line 458 of file win32_monitor.c.
void _glfwPlatformGetMonitorContentScale | ( | _GLFWmonitor * | monitor, |
float * | xscale, | ||
float * | yscale | ||
) |
Definition at line 358 of file win32_monitor.c.
void _glfwPlatformGetMonitorPos | ( | _GLFWmonitor * | monitor, |
int * | xpos, | ||
int * | ypos | ||
) |
Definition at line 341 of file win32_monitor.c.
void _glfwPlatformGetVideoMode | ( | _GLFWmonitor * | monitor, |
GLFWvidmode * | mode | ||
) |
Definition at line 441 of file win32_monitor.c.
GLFWvidmode* _glfwPlatformGetVideoModes | ( | _GLFWmonitor * | monitor, |
int * | count | ||
) |
Definition at line 364 of file win32_monitor.c.
void _glfwPlatformSetGammaRamp | ( | _GLFWmonitor * | monitor, |
const GLFWgammaramp * | ramp | ||
) |
Definition at line 474 of file win32_monitor.c.
Definition at line 134 of file win32_monitor.c.
void _glfwRestoreVideoModeWin32 | ( | _GLFWmonitor * | monitor | ) |
Definition at line 302 of file win32_monitor.c.
void _glfwSetVideoModeWin32 | ( | _GLFWmonitor * | monitor, |
const GLFWvidmode * | desired | ||
) |
Definition at line 244 of file win32_monitor.c.
|
static |
Definition at line 59 of file win32_monitor.c.
GLFWAPI const char* glfwGetWin32Adapter | ( | GLFWmonitor * | handle | ) |
Definition at line 500 of file win32_monitor.c.
GLFWAPI const char* glfwGetWin32Monitor | ( | GLFWmonitor * | handle | ) |
Definition at line 507 of file win32_monitor.c.
|
static |
Definition at line 38 of file win32_monitor.c.