glfwGetX11Display

Returns the Display used by GLFW.

version(GLFW_EXPOSE_NATIVE_X11)
export extern (C) @nogc nothrow __gshared
Display*
glfwGetX11Display
()

Return Value

Type: Display*

The Display used by GLFW, 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.0.

Ingroup: native