RosettaCodeData/Task/Events/Lingo/events-1.lingo
2023-07-01 13:44:08 -04:00

9 lines
127 B
Text

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