The header of the native access functions. More...
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 HWNDof the specified window.  More... | |
| HGLRC | glfwGetWGLContext (GLFWwindow *window) | 
| Returns the HGLRCof the specified window.  More... | |
| CGDirectDisplayID | glfwGetCocoaMonitor (GLFWmonitor *monitor) | 
| Returns the CGDirectDisplayIDof the specified monitor.  More... | |
| id | glfwGetCocoaWindow (GLFWwindow *window) | 
| Returns the NSWindowof the specified window.  More... | |
| id | glfwGetNSGLContext (GLFWwindow *window) | 
| Returns the NSOpenGLContextof the specified window.  More... | |
| Display * | glfwGetX11Display (void) | 
| Returns the Displayused by GLFW.  More... | |
| RRCrtc | glfwGetX11Adapter (GLFWmonitor *monitor) | 
| Returns the RRCrtcof the specified monitor.  More... | |
| RROutput | glfwGetX11Monitor (GLFWmonitor *monitor) | 
| Returns the RROutputof the specified monitor.  More... | |
| Window | glfwGetX11Window (GLFWwindow *window) | 
| Returns the Windowof the specified window.  More... | |
| GLXContext | glfwGetGLXContext (GLFWwindow *window) | 
| Returns the GLXContextof the specified window.  More... | |
| GLXWindow | glfwGetGLXWindow (GLFWwindow *window) | 
| Returns the GLXWindowof the specified window.  More... | |
| struct wl_display * | glfwGetWaylandDisplay (void) | 
| Returns the struct wl_display*used by GLFW.  More... | |
| struct wl_output * | glfwGetWaylandMonitor (GLFWmonitor *monitor) | 
| Returns the struct wl_output*of the specified monitor.  More... | |
| struct wl_surface * | glfwGetWaylandWindow (GLFWwindow *window) | 
| Returns the main struct wl_surface*of the specified window.  More... | |
| MirConnection * | glfwGetMirDisplay (void) | 
| Returns the MirConnection*used by GLFW.  More... | |
| int | glfwGetMirMonitor (GLFWmonitor *monitor) | 
| Returns the Mir output ID of the specified monitor.  More... | |
| MirSurface * | glfwGetMirWindow (GLFWwindow *window) | 
| Returns the MirSurface*of the specified window.  More... | |
| EGLDisplay | glfwGetEGLDisplay (void) | 
| Returns the EGLDisplayused by GLFW.  More... | |
| EGLContext | glfwGetEGLContext (GLFWwindow *window) | 
| Returns the EGLContextof the specified window.  More... | |
| EGLSurface | glfwGetEGLSurface (GLFWwindow *window) | 
| Returns the EGLSurfaceof the specified window.  More... | |
This is the header file of the native access functions. See Native access for more information.
Last update on Sat Aug 20 2016 for GLFW 3.2.1