10 lines
127 B
Text
10 lines
127 B
Text
|
|
-- the current window was closed
|
||
|
|
on closeWindow
|
||
|
|
...
|
||
|
|
end
|
||
|
|
|
||
|
|
-- the left mouse button was pressed by the user
|
||
|
|
on mouseDown
|
||
|
|
...
|
||
|
|
end
|