Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
null_monitor.c File Reference
#include "internal.h"
#include <stdlib.h>
#include <string.h>
#include <math.h>
+ Include dependency graph for null_monitor.c:

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ _glfwPlatformFreeMonitor()

void _glfwPlatformFreeMonitor ( _GLFWmonitor monitor)

Definition at line 68 of file null_monitor.c.

+ Here is the call graph for this function:

◆ _glfwPlatformGetGammaRamp()

GLFWbool _glfwPlatformGetGammaRamp ( _GLFWmonitor monitor,
GLFWgammaramp ramp 
)

Definition at line 119 of file null_monitor.c.

+ Here is the call graph for this function:

◆ _glfwPlatformGetMonitorContentScale()

void _glfwPlatformGetMonitorContentScale ( _GLFWmonitor monitor,
float *  xscale,
float *  yscale 
)

Definition at line 81 of file null_monitor.c.

◆ _glfwPlatformGetMonitorPos()

void _glfwPlatformGetMonitorPos ( _GLFWmonitor monitor,
int *  xpos,
int *  ypos 
)

Definition at line 73 of file null_monitor.c.

◆ _glfwPlatformGetMonitorWorkarea()

void _glfwPlatformGetMonitorWorkarea ( _GLFWmonitor monitor,
int *  xpos,
int *  ypos,
int *  width,
int *  height 
)

Definition at line 90 of file null_monitor.c.

◆ _glfwPlatformGetVideoMode()

void _glfwPlatformGetVideoMode ( _GLFWmonitor monitor,
GLFWvidmode mode 
)

Definition at line 114 of file null_monitor.c.

◆ _glfwPlatformGetVideoModes()

GLFWvidmode * _glfwPlatformGetVideoModes ( _GLFWmonitor monitor,
int *  found 
)

Definition at line 106 of file null_monitor.c.

◆ _glfwPlatformSetGammaRamp()

void _glfwPlatformSetGammaRamp ( _GLFWmonitor monitor,
const GLFWgammaramp ramp 
)

Definition at line 146 of file null_monitor.c.

+ Here is the call graph for this function:

◆ _glfwPollMonitorsNull()

void _glfwPollMonitorsNull ( void  )

Definition at line 54 of file null_monitor.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: