Arbortext IsoDraw > Macro Language Reference > 3D and User Interaction Commands > Interacting with the User > Wait Mouseclick
  
Wait Mouseclick
The WAIT MOUSECLICK command stops the execution of a macro until the user hits a mouse button.
WAIT MOUSECLICK
The WAIT MOUSECLICK command returns a MouseEvent.The MouseEvent contains information which can be accessed through the following properties. (It is assumed that myME has already been defined as a MouseEvent for the examples that follow.
WAIT MOUSECLICK

DEFINE myME AS MouseEvent
myME = WAIT MOUSECLICK