[go: up one dir, main page]

glfwGetX11Adapter

Function glfwGetX11Adapter 

Source
pub unsafe extern "C" fn glfwGetX11Adapter(
    monitor: *mut GLFWmonitor,
) -> usize
Expand description

@brief Returns the RRCrtc of the specified monitor.

@return The RRCrtc of the specified monitor, or None 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.1.

@ingroup native