1.20.1 version update

This commit is contained in:
StormFusions
2025-02-28 02:11:18 +00:00
parent 1691debfae
commit 41500305c2
2 changed files with 325 additions and 192 deletions
+4 -2
View File
@@ -75,6 +75,8 @@ function checkxy(x, y)
end
function clickEvent()
local myEvent={os.pullEvent("monitor_touch")}
checkxy(myEvent[3], myEvent[4])
while true do
local myEvent={os.pullEvent("monitor_touch")}
checkxy(myEvent[3], myEvent[4])
end
end