Functions
win32_monitor.c File Reference
#include "internal.h"
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <malloc.h>
Include dependency graph for win32_monitor.c:

Go to the source code of this file.

Functions

void _glfwGetMonitorContentScaleWin32 (HMONITOR handle, float *xscale, float *yscale)
 
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 *count)
 
void _glfwPlatformSetGammaRamp (_GLFWmonitor *monitor, const GLFWgammaramp *ramp)
 
void _glfwPollMonitorsWin32 (void)
 
void _glfwRestoreVideoModeWin32 (_GLFWmonitor *monitor)
 
void _glfwSetVideoModeWin32 (_GLFWmonitor *monitor, const GLFWvidmode *desired)
 
static _GLFWmonitorcreateMonitor (DISPLAY_DEVICEW *adapter, DISPLAY_DEVICEW *display)
 
GLFWAPI const char * glfwGetWin32Adapter (GLFWmonitor *handle)
 
GLFWAPI const char * glfwGetWin32Monitor (GLFWmonitor *handle)
 
static BOOL CALLBACK monitorCallback (HMONITOR handle, HDC dc, RECT *rect, LPARAM data)
 

Function Documentation

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.

void _glfwPollMonitorsWin32 ( void  )

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 _GLFWmonitor* createMonitor ( DISPLAY_DEVICEW *  adapter,
DISPLAY_DEVICEW *  display 
)
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 BOOL CALLBACK monitorCallback ( HMONITOR  handle,
HDC  dc,
RECT *  rect,
LPARAM  data 
)
static

Definition at line 38 of file win32_monitor.c.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:31