glfwGetX11Monitor

Returns the RROutput of the specified monitor.

version(GLFW_EXPOSE_NATIVE_X11)
export extern (C) @nogc nothrow __gshared
RROutput
glfwGetX11Monitor
(
GLFWmonitor* monitor
)

Return Value

Type: RROutput

The RROutput 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