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

Go to the source code of this file.

Functions

void _glfwPollMonitorsWin32 (void)
 
void _glfwSetVideoModeWin32 (_GLFWmonitor *monitor, const GLFWvidmode *desired)
 
void _glfwRestoreVideoModeWin32 (_GLFWmonitor *monitor)
 
void _glfwGetMonitorContentScaleWin32 (HMONITOR handle, float *xscale, float *yscale)
 
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 *count)
 
void _glfwPlatformGetVideoMode (_GLFWmonitor *monitor, GLFWvidmode *mode)
 
GLFWbool _glfwPlatformGetGammaRamp (_GLFWmonitor *monitor, GLFWgammaramp *ramp)
 
void _glfwPlatformSetGammaRamp (_GLFWmonitor *monitor, const GLFWgammaramp *ramp)
 
GLFWAPI const char * glfwGetWin32Adapter (GLFWmonitor *handle)
 
GLFWAPI const char * glfwGetWin32Monitor (GLFWmonitor *handle)
 

Function Documentation

◆ _glfwGetMonitorContentScaleWin32()

void _glfwGetMonitorContentScaleWin32 ( HMONITOR  handle,
float *  xscale,
float *  yscale 
)

Definition at line 317 of file win32_monitor.c.

+ Here is the caller graph for this function:

◆ _glfwPlatformFreeMonitor()

void _glfwPlatformFreeMonitor ( _GLFWmonitor monitor)

Definition at line 342 of file win32_monitor.c.

◆ _glfwPlatformGetGammaRamp()

GLFWbool _glfwPlatformGetGammaRamp ( _GLFWmonitor monitor,
GLFWgammaramp ramp 
)

Definition at line 480 of file win32_monitor.c.

+ Here is the call graph for this function:

◆ _glfwPlatformGetMonitorContentScale()

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

Definition at line 363 of file win32_monitor.c.

+ Here is the call graph for this function:

◆ _glfwPlatformGetMonitorPos()

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

Definition at line 346 of file win32_monitor.c.

◆ _glfwPlatformGetMonitorWorkarea()

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

Definition at line 369 of file win32_monitor.c.

◆ _glfwPlatformGetVideoMode()

void _glfwPlatformGetVideoMode ( _GLFWmonitor monitor,
GLFWvidmode mode 
)

Definition at line 463 of file win32_monitor.c.

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

◆ _glfwPlatformGetVideoModes()

GLFWvidmode * _glfwPlatformGetVideoModes ( _GLFWmonitor monitor,
int *  count 
)

Definition at line 386 of file win32_monitor.c.

+ Here is the call graph for this function:

◆ _glfwPlatformSetGammaRamp()

void _glfwPlatformSetGammaRamp ( _GLFWmonitor monitor,
const GLFWgammaramp ramp 
)

Definition at line 498 of file win32_monitor.c.

+ Here is the call graph for this function:

◆ _glfwPollMonitorsWin32()

void _glfwPollMonitorsWin32 ( void  )

Definition at line 137 of file win32_monitor.c.

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

◆ _glfwRestoreVideoModeWin32()

void _glfwRestoreVideoModeWin32 ( _GLFWmonitor monitor)

Definition at line 307 of file win32_monitor.c.

◆ _glfwSetVideoModeWin32()

void _glfwSetVideoModeWin32 ( _GLFWmonitor monitor,
const GLFWvidmode desired 
)

Definition at line 249 of file win32_monitor.c.

+ Here is the call graph for this function:

◆ glfwGetWin32Adapter()

GLFWAPI const char * glfwGetWin32Adapter ( GLFWmonitor handle)

Definition at line 524 of file win32_monitor.c.

◆ glfwGetWin32Monitor()

GLFWAPI const char * glfwGetWin32Monitor ( GLFWmonitor handle)

Definition at line 531 of file win32_monitor.c.