Class GLFWNative.Handles
java.lang.Object
overrungl.glfw.GLFWNative.Handles
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MethodHandle
The method handle ofglfwGetCocoaMonitor
.static final MethodHandle
The method handle ofglfwGetCocoaView
.static final MethodHandle
The method handle ofglfwGetCocoaWindow
.static final MethodHandle
The method handle ofglfwGetEGLContext
.static final MethodHandle
The method handle ofglfwGetEGLDisplay
.static final MethodHandle
The method handle ofglfwGetEGLSurface
.static final MethodHandle
The method handle ofglfwGetGLXContext
.static final MethodHandle
The method handle ofglfwGetGLXWindow
.static final MethodHandle
The method handle ofglfwGetNSGLContext
.static final MethodHandle
The method handle ofglfwGetOSMesaColorBuffer
.static final MethodHandle
The method handle ofglfwGetOSMesaContext
.static final MethodHandle
The method handle ofglfwGetOSMesaDepthBuffer
.static final MethodHandle
The method handle ofglfwGetWaylandDisplay
.static final MethodHandle
The method handle ofglfwGetWaylandMonitor
.static final MethodHandle
The method handle ofglfwGetWaylandWindow
.static final MethodHandle
The method handle ofglfwGetWGLContext
.static final MethodHandle
The method handle ofglfwGetWin32Adapter
.static final MethodHandle
The method handle ofglfwGetWin32Monitor
.static final MethodHandle
The method handle ofglfwGetWin32Window
.static final MethodHandle
The method handle ofglfwGetX11Adapter
.static final MethodHandle
The method handle ofglfwGetX11Display
.static final MethodHandle
The method handle ofglfwGetX11Monitor
.static final MethodHandle
The method handle ofglfwGetX11SelectionString
.static final MethodHandle
The method handle ofglfwGetX11Window
.static final MethodHandle
The method handle ofglfwSetX11SelectionString
. -
Method Summary
-
Field Details
-
MH_glfwGetWin32Adapter
The method handle ofglfwGetWin32Adapter
. -
MH_glfwGetWin32Monitor
The method handle ofglfwGetWin32Monitor
. -
MH_glfwGetWin32Window
The method handle ofglfwGetWin32Window
. -
MH_glfwGetWGLContext
The method handle ofglfwGetWGLContext
. -
MH_glfwGetCocoaMonitor
The method handle ofglfwGetCocoaMonitor
. -
MH_glfwGetCocoaWindow
The method handle ofglfwGetCocoaWindow
. -
MH_glfwGetCocoaView
The method handle ofglfwGetCocoaView
. -
MH_glfwGetNSGLContext
The method handle ofglfwGetNSGLContext
. -
MH_glfwGetX11Display
The method handle ofglfwGetX11Display
. -
MH_glfwGetX11Adapter
The method handle ofglfwGetX11Adapter
. -
MH_glfwGetX11Monitor
The method handle ofglfwGetX11Monitor
. -
MH_glfwGetX11Window
The method handle ofglfwGetX11Window
. -
MH_glfwSetX11SelectionString
The method handle ofglfwSetX11SelectionString
. -
MH_glfwGetX11SelectionString
The method handle ofglfwGetX11SelectionString
. -
MH_glfwGetGLXContext
The method handle ofglfwGetGLXContext
. -
MH_glfwGetGLXWindow
The method handle ofglfwGetGLXWindow
. -
MH_glfwGetWaylandDisplay
The method handle ofglfwGetWaylandDisplay
. -
MH_glfwGetWaylandMonitor
The method handle ofglfwGetWaylandMonitor
. -
MH_glfwGetWaylandWindow
The method handle ofglfwGetWaylandWindow
. -
MH_glfwGetEGLDisplay
The method handle ofglfwGetEGLDisplay
. -
MH_glfwGetEGLContext
The method handle ofglfwGetEGLContext
. -
MH_glfwGetEGLSurface
The method handle ofglfwGetEGLSurface
. -
MH_glfwGetOSMesaColorBuffer
The method handle ofglfwGetOSMesaColorBuffer
. -
MH_glfwGetOSMesaDepthBuffer
The method handle ofglfwGetOSMesaDepthBuffer
. -
MH_glfwGetOSMesaContext
The method handle ofglfwGetOSMesaContext
.
-