octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44834] [FLTK] ginput doesn't return proper (X


From: Rik
Subject: [Octave-bug-tracker] [bug #44834] [FLTK] ginput doesn't return proper (X, Y) coordinates for key press
Date: Tue, 21 Apr 2015 20:53:59 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

Follow-up Comment #8, bug #44834 (project octave):

I think I need another test run.  I know that Matlab updates the currentpoint
property when ginput is run.  Does it update the currentpoint property for
every keypress regardless of whether ginput is running?

Sample code:


plot (1:10);
%% Move mouse to plot window and click near point (1,1)
%% Move mouse near point (10,10) and type 'a'
%% Move mouse and focus back to command window
get (gca, 'currentpoint')


Is the answer (1,1) or (10,10)?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44834>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]