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

Inputs
none

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

Show TOC