Function raylib_sys::GuiValueBox[][src]

pub unsafe extern "C" fn GuiValueBox(
    bounds: Rectangle,
    text: *const c_char,
    value: *mut c_int,
    minValue: c_int,
    maxValue: c_int,
    editMode: bool
) -> bool