diff --git a/lvgl-codegen/src/lib.rs b/lvgl-codegen/src/lib.rs index 7a62c50..af83989 100644 --- a/lvgl-codegen/src/lib.rs +++ b/lvgl-codegen/src/lib.rs @@ -226,6 +226,8 @@ impl Rusty for LvFunc { } }); + // TODO Unsafe function for getters should be lvgl_sys::lv_bar_get_value(self.core.raw().as_ptr()) ? + // Currently they are lvgl_sys :: lv_bar_get_value (self . core . raw () . as_mut ()) } let args_call = self .args .iter()