XuNeo / luavgl

lua + lvgl = luavgl An optimized lvgl Lua binding
MIT License
57 stars 13 forks source link

obj: workaround event delete process #20

Closed XuNeo closed 4 months ago

XuNeo commented 4 months ago

Fix #19 Do not messup the lvgl's event array inside the event callback. Keep them untouched in obj_delete_cb since it's going to be deleted anyway.