Skip to main content

lv_obj_get_transform

Function lv_obj_get_transform 

Source
pub unsafe extern "C" fn lv_obj_get_transform(
    obj: *const lv_obj_t,
) -> *const lv_matrix_t
Expand description

Get the transform matrix of an object @param obj pointer to an object @return pointer to the transform matrix or NULL if not set