[][src]Function nuki_sys::nk_property_float

pub unsafe extern "C" fn nk_property_float(
    arg1: *mut nk_context,
    name: *const c_char,
    min: f32,
    val: *mut f32,
    max: f32,
    step: f32,
    inc_per_pixel: f32
)