Function arcdps_imgui_sys::igInputDouble
source · 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