Skip to main content

ImGui_InputFloat

Function ImGui_InputFloat 

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