ImPlot_DragLineX

Function ImPlot_DragLineX 

Source
pub unsafe extern "C" fn ImPlot_DragLineX(
    id: c_int,
    x: *mut f64,
    col: ImVec4_c,
    thickness: f32,
    flags: ImPlotDragToolFlags,
    out_clicked: *mut bool,
    out_hovered: *mut bool,
    out_held: *mut bool,
) -> bool