[][src]Function nuklear_sys::nk_slide_float

pub unsafe extern "C" fn nk_slide_float(
    arg1: *mut nk_context,
    min: f32,
    val: f32,
    max: f32,
    step: f32
) -> f32