Name
WaitRightMouse -- wait for the user to press the right mouse button (V1.5)
Synopsis
WaitRightMouse()
Library
event
Function
This function halts the script's execution until the right mouse button is pressed.
Inputs
none
Example
Print("Press right mouse to quit.") WaitRightMouse End
Wait for the user to press right mouse button.
Show TOC