ImGuiIO_AddMouseButtonEvent

Function ImGuiIO_AddMouseButtonEvent 

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