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