Go to the source code of this file.
Functions | |
| const char * | glfwGetWin32Adapter (GLFWmonitor *monitor) |
| Returns the adapter device name of the specified monitor. More... | |
| const char * | glfwGetWin32Monitor (GLFWmonitor *monitor) |
| Returns the display device name of the specified monitor. More... | |
| HWND | glfwGetWin32Window (GLFWwindow *window) |
Returns the HWND of the specified window. More... | |
| HGLRC | glfwGetWGLContext (GLFWwindow *window) |
Returns the HGLRC of the specified window. More... | |
| CGDirectDisplayID | glfwGetCocoaMonitor (GLFWmonitor *monitor) |
Returns the CGDirectDisplayID of the specified monitor. More... | |
| id | glfwGetCocoaWindow (GLFWwindow *window) |
Returns the NSWindow of the specified window. More... | |
| id | glfwGetNSGLContext (GLFWwindow *window) |
Returns the NSOpenGLContext of the specified window. More... | |
| Display * | glfwGetX11Display (void) |
Returns the Display used by GLFW. More... | |
| RRCrtc | glfwGetX11Adapter (GLFWmonitor *monitor) |
Returns the RRCrtc of the specified monitor. More... | |
| RROutput | glfwGetX11Monitor (GLFWmonitor *monitor) |
Returns the RROutput of the specified monitor. More... | |
| Window | glfwGetX11Window (GLFWwindow *window) |
Returns the Window of the specified window. More... | |
| GLXContext | glfwGetGLXContext (GLFWwindow *window) |
Returns the GLXContext of the specified window. More... | |
| EGLDisplay | glfwGetEGLDisplay (void) |
Returns the EGLDisplay used by GLFW. More... | |
| EGLContext | glfwGetEGLContext (GLFWwindow *window) |
Returns the EGLContext of the specified window. More... | |
| EGLSurface | glfwGetEGLSurface (GLFWwindow *window) |
Returns the EGLSurface of the specified window. More... | |
Last update on Mon Oct 12 2015 for GLFW 3.1.2