[][src]Type Definition rs_glfw3::bindings::GLFWmonitorfun

type GLFWmonitorfun = Option<unsafe extern "C" fn(arg1: *mut GLFWmonitor, arg2: c_int)>;

@brief The function signature for monitor configuration callbacks.

This is the function signature for monitor configuration callback functions.

@param[in] monitor The monitor that was connected or disconnected. @param[in] event One of GLFW_CONNECTED or GLFW_DISCONNECTED.

@sa @ref monitor_event @sa glfwSetMonitorCallback

@since Added in version 3.0.

@ingroup monitor