This command pauses execution
of the program until the mouse button is released. It is equivalent
to writing the following piece of code...
while Button
wend
Note: The input has to be in standard mode for this
function to work. See Activate Input
and Deactivate Input for more
information about input modes.