[][src]Function imgui_sys::igInputDouble

pub unsafe extern "C" fn igInputDouble(
    label: *const c_char,
    v: *mut f64,
    step: f64,
    step_fast: f64,
    format: *const c_char,
    flags: ImGuiInputTextFlags
) -> bool