Class GLFWNativeCocoa

java.lang.Object
org.lwjgl.glfw.GLFWNativeCocoa

public class GLFWNativeCocoa extends Object
  • Method Details

    • glfwGetCocoaMonitor

      @NativeType("CGDirectDisplayID") public static int glfwGetCocoaMonitor(@NativeType("GLFWmonitor *") long monitor)
      CGDirectDisplayID glfwGetCocoaMonitor(GLFWmonitor * monitor)
    • glfwGetCocoaWindow

      @NativeType("id") public static long glfwGetCocoaWindow(@NativeType("GLFWwindow *") long window)
      id glfwGetCocoaWindow(GLFWwindow * window)
    • glfwGetCocoaView

      @NativeType("id") public static long glfwGetCocoaView(@NativeType("GLFWwindow *") long window)
      id glfwGetCocoaView(GLFWwindow * window)