RosettaCodeData/Task/Events/Lingo/events-1.lingo

10 lines
127 B
Plaintext

-- the current window was closed
on closeWindow
...
end
-- the left mouse button was pressed by the user
on mouseDown
...
end