This is the header file of the native access functions. See Native access for more information.
Go to the source code of this file.
| Functions | |
| const char * | glfwGetWin32Adapter (GLFWmonitor *monitor) | 
| Returns the adapter device name of the specified monitor. | |
| const char * | glfwGetWin32Monitor (GLFWmonitor *monitor) | 
| Returns the display device name of the specified monitor. | |
| HWND | glfwGetWin32Window (GLFWwindow *window) | 
| Returns the HWNDof the specified window. | |
| HGLRC | glfwGetWGLContext (GLFWwindow *window) | 
| Returns the HGLRCof the specified window. | |
| CGDirectDisplayID | glfwGetCocoaMonitor (GLFWmonitor *monitor) | 
| Returns the CGDirectDisplayIDof the specified monitor. | |
| id | glfwGetCocoaWindow (GLFWwindow *window) | 
| Returns the NSWindowof the specified window. | |
| id | glfwGetCocoaView (GLFWwindow *window) | 
| Returns the NSViewof the specified window. | |
| id | glfwGetNSGLContext (GLFWwindow *window) | 
| Returns the NSOpenGLContextof the specified window. | |
| Display * | glfwGetX11Display (void) | 
| Returns the Displayused by GLFW. | |
| RRCrtc | glfwGetX11Adapter (GLFWmonitor *monitor) | 
| Returns the RRCrtcof the specified monitor. | |
| RROutput | glfwGetX11Monitor (GLFWmonitor *monitor) | 
| Returns the RROutputof the specified monitor. | |
| Window | glfwGetX11Window (GLFWwindow *window) | 
| Returns the Windowof the specified window. | |
| void | glfwSetX11SelectionString (const char *string) | 
| Sets the current primary selection to the specified string. | |
| const char * | glfwGetX11SelectionString (void) | 
| Returns the contents of the current primary selection as a string. | |
| GLXContext | glfwGetGLXContext (GLFWwindow *window) | 
| Returns the GLXContextof the specified window. | |
| GLXWindow | glfwGetGLXWindow (GLFWwindow *window) | 
| Returns the GLXWindowof the specified window. | |
| struct wl_display * | glfwGetWaylandDisplay (void) | 
| Returns the struct wl_display*used by GLFW. | |
| struct wl_output * | glfwGetWaylandMonitor (GLFWmonitor *monitor) | 
| Returns the struct wl_output*of the specified monitor. | |
| struct wl_surface * | glfwGetWaylandWindow (GLFWwindow *window) | 
| Returns the main struct wl_surface*of the specified window. | |
| EGLDisplay | glfwGetEGLDisplay (void) | 
| Returns the EGLDisplayused by GLFW. | |
| EGLContext | glfwGetEGLContext (GLFWwindow *window) | 
| Returns the EGLContextof the specified window. | |
| EGLSurface | glfwGetEGLSurface (GLFWwindow *window) | 
| Returns the EGLSurfaceof the specified window. | |
| int | glfwGetOSMesaColorBuffer (GLFWwindow *window, int *width, int *height, int *format, void **buffer) | 
| Retrieves the color buffer associated with the specified window. | |
| int | glfwGetOSMesaDepthBuffer (GLFWwindow *window, int *width, int *height, int *bytesPerValue, void **buffer) | 
| Retrieves the depth buffer associated with the specified window. | |
| OSMesaContext | glfwGetOSMesaContext (GLFWwindow *window) | 
| Returns the OSMesaContextof the specified window. | |
Last update on Fri Feb 23 2024 for GLFW 3.4.0