pub unsafe extern "C" fn lv_obj_get_transform(
obj: *const lv_obj_t,
) -> *const lv_matrix_tExpand 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
pub unsafe extern "C" fn lv_obj_get_transform(
obj: *const lv_obj_t,
) -> *const lv_matrix_tGet the transform matrix of an object @param obj pointer to an object @return pointer to the transform matrix or NULL if not set