glfwGetX11Adapter

Returns the RRCrtc of the specified monitor.

version(GLFW_EXPOSE_NATIVE_X11)
export extern (C) @nogc nothrow __gshared
RRCrtc
glfwGetX11Adapter
(
GLFWmonitor* monitor
)

Return Value

Type: RRCrtc

The RRCrtc of the specified monitor, or None if an error occurred.

Thread Safety

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

Meta

Since

Added in version 3.1.

Ingroup: native