returns the coordinate position for the point clicked on in the graphics window
pos = click()
vector of two numbers
click()
returns the vector
[x,y]
of coordinates for the point clicked on with the mouse in the graphics window.
Note this command enables Scilab idle mode : when a mouse button is not clicked Scilab waits idly.