Function ImGuiIO_AddMouseButtonEvent

Source
pub unsafe extern "C" fn ImGuiIO_AddMouseButtonEvent(
    self_: *mut ImGuiIO,
    button: i32,
    down: bool,
)