Delete test.lua

This commit is contained in:
CadenCoaster
2025-10-22 12:27:29 -07:00
committed by GitHub
parent ecba003c40
commit 3f578d332f

View File

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