#include "internal.h"
Go to the source code of this file.
Functions | |
| void | _glfwPlatformFreeMonitor (_GLFWmonitor *monitor) |
| void | _glfwPlatformGetGammaRamp (_GLFWmonitor *monitor, GLFWgammaramp *ramp) |
| void | _glfwPlatformGetMonitorContentScale (_GLFWmonitor *monitor, float *xscale, float *yscale) |
| void | _glfwPlatformGetMonitorPos (_GLFWmonitor *monitor, int *xpos, int *ypos) |
| void | _glfwPlatformGetVideoMode (_GLFWmonitor *monitor, GLFWvidmode *mode) |
| GLFWvidmode * | _glfwPlatformGetVideoModes (_GLFWmonitor *monitor, int *found) |
| void | _glfwPlatformSetGammaRamp (_GLFWmonitor *monitor, const GLFWgammaramp *ramp) |
| void _glfwPlatformFreeMonitor | ( | _GLFWmonitor * | monitor | ) |
Definition at line 35 of file null_monitor.c.
| void _glfwPlatformGetGammaRamp | ( | _GLFWmonitor * | monitor, |
| GLFWgammaramp * | ramp | ||
| ) |
Definition at line 61 of file null_monitor.c.
| void _glfwPlatformGetMonitorContentScale | ( | _GLFWmonitor * | monitor, |
| float * | xscale, | ||
| float * | yscale | ||
| ) |
Definition at line 43 of file null_monitor.c.
| void _glfwPlatformGetMonitorPos | ( | _GLFWmonitor * | monitor, |
| int * | xpos, | ||
| int * | ypos | ||
| ) |
Definition at line 39 of file null_monitor.c.
| void _glfwPlatformGetVideoMode | ( | _GLFWmonitor * | monitor, |
| GLFWvidmode * | mode | ||
| ) |
Definition at line 57 of file null_monitor.c.
| GLFWvidmode* _glfwPlatformGetVideoModes | ( | _GLFWmonitor * | monitor, |
| int * | found | ||
| ) |
Definition at line 52 of file null_monitor.c.
| void _glfwPlatformSetGammaRamp | ( | _GLFWmonitor * | monitor, |
| const GLFWgammaramp * | ramp | ||
| ) |
Definition at line 65 of file null_monitor.c.