1.20.1 version update
This commit is contained in:
+4
-2
@@ -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
|
||||
Reference in New Issue
Block a user