Class GLFWNativeWayland

java.lang.Object
org.lwjgl.glfw.GLFWNativeWayland

public class GLFWNativeWayland extends Object
  • Method Details

    • glfwGetWaylandDisplay

      public static long glfwGetWaylandDisplay()
      struct wl_display * glfwGetWaylandDisplay(void)
    • glfwGetWaylandMonitor

      public static long glfwGetWaylandMonitor(long monitor)
      struct wl_output * glfwGetWaylandMonitor(GLFWmonitor * monitor)
    • glfwGetWaylandWindow

      public static long glfwGetWaylandWindow(long window)
      struct wl_surface * glfwGetWaylandWindow(GLFWwindow * window)