Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local monitor = peripheral.find("monitor")
- while true do
- local event, side, x, y = os.pullEvent("monitor_touch")
- monitor.setCursorPos(x,y)
- monitor.write("#")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement