This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
FuuuAInfiniteLoop(F.A.I.L)'s profile picture

New mouse event: mouse_moved

Started by FuuuAInfiniteLoop(F.A.I.L), 29 March 2013 - 12:33 PM
FuuuAInfiniteLoop(F.A.I.L) #1
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
Cranium #2
Posted 29 March 2013 - 01:48 PM
Not happening.
Cloudy #3
Posted 29 March 2013 - 01:50 PM
Learn to search. Already denied.
Lyqyd #4
Posted 29 March 2013 - 01:51 PM
Locked.