glfwGetWaylandMonitor

Returns the struct wl_output* of the specified monitor.

version(GLFW_EXPOSE_NATIVE_WAYLAND)
export extern (C) @nogc nothrow __gshared
wl_output*
glfwGetWaylandMonitor
(
GLFWmonitor* monitor
)

Return Value

Type: wl_output*

The struct wl_output* of the specified monitor, or null if an error occurred.

Thread Safety

This function may be called from any thread. Access is not synchronized.

Meta

Since

Added in version 3.2.

Ingroup: native