Class GLFWNativeWayland
java.lang.Object
org.lwjgl.glfw.GLFWNativeWayland
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classContains the function pointers loaded fromGLFW.getLibrary(). -
Method Summary
Modifier and TypeMethodDescriptionstatic longstruct wl_display * glfwGetWaylandDisplay(void)static longglfwGetWaylandMonitor(long monitor) struct wl_output * glfwGetWaylandMonitor(GLFWmonitor * monitor)static longglfwGetWaylandWindow(long window) struct wl_surface * glfwGetWaylandWindow(GLFWwindow * window)
-
Method Details
-
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)
-