Class GLFWNativeCocoa
java.lang.Object
org.lwjgl.glfw.GLFWNativeCocoa
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classContains the function pointers loaded fromGLFW.getLibrary(). -
Method Summary
Modifier and TypeMethodDescriptionstatic intglfwGetCocoaMonitor(long monitor) CGDirectDisplayID glfwGetCocoaMonitor(GLFWmonitor * monitor)static longglfwGetCocoaView(long window) id glfwGetCocoaView(GLFWwindow * window)static longglfwGetCocoaWindow(long window) id glfwGetCocoaWindow(GLFWwindow * window)
-
Method Details
-
glfwGetCocoaMonitor
@NativeType("CGDirectDisplayID") public static int glfwGetCocoaMonitor(@NativeType("GLFWmonitor *") long monitor) CGDirectDisplayID glfwGetCocoaMonitor(GLFWmonitor * monitor) -
glfwGetCocoaWindow
id glfwGetCocoaWindow(GLFWwindow * window) -
glfwGetCocoaView
id glfwGetCocoaView(GLFWwindow * window)
-