Refactor windows and web compiling

This commit is contained in:
Krzosa Karol
2025-11-27 22:45:10 +01:00
parent 781c2dc53c
commit e9e8751981
24 changed files with 104 additions and 555 deletions

View File

@@ -13,8 +13,8 @@
-- {kind = 10, key = KEY_PAGE_DOWN, xmouse = 0, ymouse = 0, xwindow = 1280, ywindow = 720},
-- {kind = 111},
-- }
-- -- for i = 1,8 do coroutine.yield() end
-- while coroutine.yield().kind ~= 111 do end
-- -- for i = 1,8 do coroutine.CoYield() end
-- while coroutine.CoYield().kind ~= 111 do end
-- local buffer_name = GetActiveMainWindowBufferName()
-- Print("buffer name = "..buffer_name)