better callback(event) system

This commit is contained in:
Michael Freno
2025-10-12 17:12:12 -04:00
parent ea8a0ca17b
commit 18ff2c8223
4 changed files with 692 additions and 22 deletions

View File

@@ -19,6 +19,7 @@ local testFiles = {
"testing/__tests__/13_relative_positioning_tests.lua",
"testing/__tests__/14_text_scaling_basic_tests.lua",
"testing/__tests__/15_grid_layout_tests.lua",
"testing/__tests__/16_event_system_tests.lua",
}
-- testingun all tests, but don't exit on error