Produced by IDL 6.1
User Documentation

./plotter
gbtcursormoved.pro

Last modification date:
Thu Jun 2 23:56:08 2005

gbtcursormoved

function gbtcursormoved(xdevice, ydevice, position_text=position_text)

Update the plotter due to a mouse event's xdevice and ydevice values.

This updates the tracked position string on the plotter and, if the crosshair is active, moves the crosshar to this new position. This assumes that wset has already been done on the appropriate window. The input positions are converted to data coordinates and returned so that they can be used elsewhere.

Returns
data coordinates as 2-element vector.
Version
$Id: gbtcursormoved.pro,v 1.11 2005/04/21 19:55:36 bgarwood Exp $
Common blocks
gbtplot_common

Parameters
xdevice
in, required
integer
The mouse.x value.
ydevice
in, required
integer
The mouse.y value.

Keywords
position_text
.


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:52 2005