Function lv_obj_scroll_to

Source
pub unsafe extern "C" fn lv_obj_scroll_to(
    obj: *mut _lv_obj_t,
    x: i32,
    y: i32,
    anim_en: bool,
)