#include "internal.h"
#include <stdlib.h>
#include <string.h>
#include <math.h>
Go to the source code of this file.
|
void | _glfwPollMonitorsNull (void) |
|
void | _glfwPlatformFreeMonitor (_GLFWmonitor *monitor) |
|
void | _glfwPlatformGetMonitorPos (_GLFWmonitor *monitor, int *xpos, int *ypos) |
|
void | _glfwPlatformGetMonitorContentScale (_GLFWmonitor *monitor, float *xscale, float *yscale) |
|
void | _glfwPlatformGetMonitorWorkarea (_GLFWmonitor *monitor, int *xpos, int *ypos, int *width, int *height) |
|
GLFWvidmode * | _glfwPlatformGetVideoModes (_GLFWmonitor *monitor, int *found) |
|
void | _glfwPlatformGetVideoMode (_GLFWmonitor *monitor, GLFWvidmode *mode) |
|
GLFWbool | _glfwPlatformGetGammaRamp (_GLFWmonitor *monitor, GLFWgammaramp *ramp) |
|
void | _glfwPlatformSetGammaRamp (_GLFWmonitor *monitor, const GLFWgammaramp *ramp) |
|
◆ _glfwPlatformFreeMonitor()
◆ _glfwPlatformGetGammaRamp()
◆ _glfwPlatformGetMonitorContentScale()
void _glfwPlatformGetMonitorContentScale |
( |
_GLFWmonitor * |
monitor, |
|
|
float * |
xscale, |
|
|
float * |
yscale |
|
) |
| |
◆ _glfwPlatformGetMonitorPos()
void _glfwPlatformGetMonitorPos |
( |
_GLFWmonitor * |
monitor, |
|
|
int * |
xpos, |
|
|
int * |
ypos |
|
) |
| |
◆ _glfwPlatformGetMonitorWorkarea()
void _glfwPlatformGetMonitorWorkarea |
( |
_GLFWmonitor * |
monitor, |
|
|
int * |
xpos, |
|
|
int * |
ypos, |
|
|
int * |
width, |
|
|
int * |
height |
|
) |
| |
◆ _glfwPlatformGetVideoMode()
◆ _glfwPlatformGetVideoModes()
◆ _glfwPlatformSetGammaRamp()
◆ _glfwPollMonitorsNull()
void _glfwPollMonitorsNull |
( |
void |
| ) |
|