$extrastylesheet
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Functions
glfw3native.h File Reference

Go to the source code of this file.

Functions

HWND glfwGetWin32Window (GLFWwindow *window)
 Returns the HWND of the specified window.
HGLRC glfwGetWGLContext (GLFWwindow *window)
 Returns the HGLRC of the specified window.
id glfwGetCocoaWindow (GLFWwindow *window)
 Returns the NSWindow of the specified window.
id glfwGetNSGLContext (GLFWwindow *window)
 Returns the NSOpenGLContext of the specified window.
Display * glfwGetX11Display (void)
 Returns the Display used by GLFW.
Window glfwGetX11Window (GLFWwindow *window)
 Returns the Window of the specified window.
GLXContext glfwGetGLXContext (GLFWwindow *window)
 Returns the GLXContext of the specified window.
EGLDisplay glfwGetEGLDisplay (void)
 Returns the EGLDisplay used by GLFW.
EGLContext glfwGetEGLContext (GLFWwindow *window)
 Returns the EGLContext of the specified window.
EGLSurface glfwGetEGLSurface (GLFWwindow *window)
 Returns the EGLSurface of the specified window.