This commit is contained in:
2025-10-17 08:54:58 -07:00
commit fb77ed8c76
13 changed files with 1416 additions and 0 deletions

4
test.lua Normal file
View File

@@ -0,0 +1,4 @@
while true do
local _, mb, x, y = os.pullEvent("mouse_scroll")
print(x, y)
end