User Guide
Ruby Component
The example below shows how the mouse coordinates can be watched as the cursor moves across the View (not that this requires mouse
move messages to be enabled on the MGUI inside the module – see the Interaction section for more on this).
If you just want to quickly see one value in a Ruby Edit then you can omit the string label input. This will show with the label 'Quick Watch' in
the output pane. Note that quick watch will only show the last value sent to it so if you want to watch more than one either put all your
watches in an array ( eg. watch [x,y,name,pos] ) or use a label for each watch separately.
116 of 212