Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- local e, msg, x, y = os.pullEvent("monitor_touch")
- print ("clicked on "..msg.. "side, coords: ["..x.." : "..y.."]")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement