public class GLFWNativeWayland
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GLFWNativeWayland.Functions
Contains the function pointers loaded from
GLFW.getLibrary(). |
| Modifier and Type | Method and Description |
|---|---|
static long |
glfwGetWaylandDisplay()
Returns the
struct wl_display* used by GLFW. |
static long |
glfwGetWaylandMonitor(long monitor)
Returns the
struct wl_output* of the specified monitor. |
static long |
glfwGetWaylandWindow(long window)
Returns the main
struct wl_surface* of the specified window. |
public static long glfwGetWaylandDisplay()
struct wl_display* used by GLFW.
This function may be called from any thread. Access is not synchronized.
struct wl_display* used by GLFW, or NULL if an error occurred.public static long glfwGetWaylandMonitor(long monitor)
struct wl_output* of the specified monitor.
This function may be called from any thread. Access is not synchronized.
struct wl_output* of the specified monitor, or NULL if an error occurred.public static long glfwGetWaylandWindow(long window)
struct wl_surface* of the specified window.
This function may be called from any thread. Access is not synchronized.
struct wl_surface* of the specified window, or NULL if an error occurred.Copyright LWJGL. All Rights Reserved. License terms.