Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
cocoa_monitor.m File Reference
#include "internal.h"
#include <stdlib.h>
#include <limits.h>
#include <math.h>
#include <IOKit/graphics/IOGraphicsLib.h>
#include <ApplicationServices/ApplicationServices.h>
+ Include dependency graph for cocoa_monitor.m:

Go to the source code of this file.

Functions

void _glfwPollMonitorsNS (void)
 
void _glfwSetVideoModeNS (_GLFWmonitor *monitor, const GLFWvidmode *desired)
 
void _glfwRestoreVideoModeNS (_GLFWmonitor *monitor)
 
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 CGDirectDisplayID glfwGetCocoaMonitor (GLFWmonitor *handle)
 

Function Documentation

◆ _glfwPlatformFreeMonitor()

void _glfwPlatformFreeMonitor ( _GLFWmonitor monitor)

Definition at line 450 of file cocoa_monitor.m.

+ Here is the caller graph for this function:

◆ _glfwPlatformGetGammaRamp()

GLFWbool _glfwPlatformGetGammaRamp ( _GLFWmonitor monitor,
GLFWgammaramp ramp 
)

Definition at line 567 of file cocoa_monitor.m.

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

◆ _glfwPlatformGetMonitorContentScale()

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

Definition at line 468 of file cocoa_monitor.m.

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

◆ _glfwPlatformGetMonitorPos()

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

Definition at line 454 of file cocoa_monitor.m.

+ Here is the caller graph for this function:

◆ _glfwPlatformGetMonitorWorkarea()

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

Definition at line 490 of file cocoa_monitor.m.

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

◆ _glfwPlatformGetVideoMode()

void _glfwPlatformGetVideoMode ( _GLFWmonitor monitor,
GLFWvidmode mode 
)

Definition at line 556 of file cocoa_monitor.m.

+ Here is the caller graph for this function:

◆ _glfwPlatformGetVideoModes()

GLFWvidmode * _glfwPlatformGetVideoModes ( _GLFWmonitor monitor,
int *  count 
)

Definition at line 516 of file cocoa_monitor.m.

+ Here is the call graph for this function:

◆ _glfwPlatformSetGammaRamp()

void _glfwPlatformSetGammaRamp ( _GLFWmonitor monitor,
const GLFWgammaramp ramp 
)

Definition at line 596 of file cocoa_monitor.m.

+ Here is the caller graph for this function:

◆ _glfwPollMonitorsNS()

void _glfwPollMonitorsNS ( void  )

Definition at line 300 of file cocoa_monitor.m.

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

◆ _glfwRestoreVideoModeNS()

void _glfwRestoreVideoModeNS ( _GLFWmonitor monitor)

Definition at line 431 of file cocoa_monitor.m.

◆ _glfwSetVideoModeNS()

void _glfwSetVideoModeNS ( _GLFWmonitor monitor,
const GLFWvidmode desired 
)

Definition at line 388 of file cocoa_monitor.m.

+ Here is the call graph for this function:

◆ glfwGetCocoaMonitor()

GLFWAPI CGDirectDisplayID glfwGetCocoaMonitor ( GLFWmonitor handle)

Definition at line 625 of file cocoa_monitor.m.