lv_obj_reset_transform

Function lv_obj_reset_transform 

Source
pub unsafe extern "C" fn lv_obj_reset_transform(obj: *mut lv_obj_t)
Expand description

Reset the transform matrix of an object to identity matrix @param obj pointer to an object @note LV_DRAW_TRANSFORM_USE_MATRIX needs to be enabled.