Posted 29 March 2013 - 01:33 PM
I know that are very many suggestions like this but mine can solve the problem that cloudy post on every thread…
Usage:
while true do
evt, username, x, y = os.pullEvent("mouse_moved")
term.clear()
print("User "..username.." Current mouse position, "..x.." "..y)
end
Usage:
while true do
evt, username, x, y = os.pullEvent("mouse_moved")
term.clear()
print("User "..username.." Current mouse position, "..x.." "..y)
end