Lines Matching defs:_GLFWmonitor
75 typedef struct _GLFWmonitor _GLFWmonitor;
545 _GLFWmonitor* monitor;
592 struct _GLFWmonitor
708 void (*freeMonitor)(_GLFWmonitor*);
709 void (*getMonitorPos)(_GLFWmonitor*,int*,int*);
710 void (*getMonitorContentScale)(_GLFWmonitor*,float*,float*);
711 void (*getMonitorWorkarea)(_GLFWmonitor*,int*,int*,int*,int*);
712 GLFWvidmode* (*getVideoModes)(_GLFWmonitor*,int*);
713 GLFWbool (*getVideoMode)(_GLFWmonitor*,GLFWvidmode*);
714 GLFWbool (*getGammaRamp)(_GLFWmonitor*,GLFWgammaramp*);
715 void (*setGammaRamp)(_GLFWmonitor*,const GLFWgammaramp*);
737 void (*setWindowMonitor)(_GLFWwindow*,_GLFWmonitor*,int,int,int,int,int);
785 _GLFWmonitor** monitors;
931 void _glfwInputWindowMonitor(_GLFWwindow* window, _GLFWmonitor* monitor);
947 void _glfwInputMonitor(_GLFWmonitor* monitor, int action, int placement);
948 void _glfwInputMonitorWindow(_GLFWmonitor* monitor, _GLFWwindow* window);
972 const GLFWvidmode* _glfwChooseVideoMode(_GLFWmonitor* monitor,
975 _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heightMM);
976 void _glfwFreeMonitor(_GLFWmonitor* monitor);