ui_vslider

Function ui_vslider 

Source
pub unsafe extern "C" fn ui_vslider(
    id: *const c_char,
    value: *mut f32,
    min: f32,
    max: f32,
    step: f32,
    height: f32,
    confirm_method: UiConfirm,
    notify_on: UiNotify,
) -> Bool32T