adding multiple hooks supports for events and loop

This commit is contained in:
2024-12-17 02:33:04 +01:00
parent 30f4602b1c
commit 62bd63c364
15 changed files with 77 additions and 59 deletions

View File

@@ -85,6 +85,7 @@ target("mlx")
end)
target_end()
--[[
target("Test")
set_default(false)
set_kind("binary")
@@ -100,3 +101,4 @@ target("Test")
add_packages("libsdl")
target_end()
]]--