Name
WaitLeftMouse -- wait for the user to press the left mouse button
Synopsis
WaitLeftMouse()
Function
This function halts the script's execution until the left mouse button is pressed.

Inputs
none

Example
Print("Press left mouse to quit.")
WaitLeftMouse
End
Wait for the user to press left mouse button.

Show TOC