pub unsafe extern "C" fn glfwGetWaylandMonitor(
monitor: *mut GLFWmonitor,
) -> *const c_voidExpand description
@brief Returns the struct wl_output* of the specified monitor.
@return The struct wl_output* of the specified monitor, or NULL if an
error occurred.
@errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref GLFW_PLATFORM_UNAVAILABLE.
@thread_safety This function may be called from any thread. Access is not synchronized.
@since Added in version 3.2.
@ingroup native