| GLFW
    3.0.2
    A multi-platform library for OpenGL, window and input | 
Go to the source code of this file.
| Functions | |
| HWND | glfwGetWin32Window (GLFWwindow *window) | 
| Returns the HWNDof the specified window.  More... | |
| HGLRC | glfwGetWGLContext (GLFWwindow *window) | 
| Returns the HGLRCof the specified window.  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... | |
| Window | glfwGetX11Window (GLFWwindow *window) | 
| Returns the Windowof the specified window.  More... | |
| GLXContext | glfwGetGLXContext (GLFWwindow *window) | 
| Returns the GLXContextof 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... | |
 1.8.3.1
 1.8.3.1