|
From: David B. <bra...@ho...> - 2022-03-11 12:07:45
|
Having plotted something, is it possible to click the mouse key at multiple specific locations and write a sequence of appended x, y coordinates to an ascii text file? I can get this to work in the GUI using the following, but i need the hard copy. plot 'something' pause mouse keypress print "Keystroke ", MOUSE_KEY, " at ", MOUSE_X, " ", MOUSE_Y Any advice would be much appreciated. Dave |