Mouse_Button_Released(Which_Button)
Mouse_Button_Released is a function that returns true if the mouse button has been released since the last call to Get_Mouse_Button or Wait_For_Mouse_Button (or since Open_Graph_Window if neither has not been called).
Which_Button must be either Left_Button or Right_Button.
If Mouse_Button_Released returns true, subsequent calls to Mouse_Button_Released will also return true if no intervening calls to Get_Mouse_Button or Wait_For_Mouse_Button have taken place.
Notes: A graphics window must be open when Mouse_Button_Released is called or a run-time error will occur. If the RaptorGraph window is not on top, the user may have to click on it once before it will respond to user mouse clicks.
Example: