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