Class GLFWNativeWayland

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

public class GLFWNativeWayland extends Object
  • Method Details

    • glfwGetWaylandDisplay

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

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

      @NativeType("struct wl_surface *") public static long glfwGetWaylandWindow(@NativeType("GLFWwindow *") long window)
      struct wl_surface * glfwGetWaylandWindow(GLFWwindow * window)