Syntax
WaitForRightButtonClickDescription
Wait for the user to click the right mouse button.Remarks
To use this statement in an executable generated by Phantom you must use the MakeExeFromScript statement and make sure the Phantom.DLL and PwLib.DLL files are available to the executable when it is executed.Example
WaitForRightButtonClick
MessageBox title="Mouse Position" text=MousePositionExecution of the script continues after the user clicks the left mouse button. The current mouse position is then displayed in the message box.