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

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

[Octave-bug-tracker] [bug #44959] Display coordinates of mouse cursor in


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #44959] Display coordinates of mouse cursor in QtHandles figures
Date: Sat, 20 Jun 2015 13:05:11 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0

Follow-up Comment #23, bug #44959 (project octave):

Right I can confirm ginput with "format long" works.

About the performance hit, the only tests I ran is to add a
"windowbuttonmotionfcn" and see how it behaved with and without the patch. I
used the following test function:


function tst ()
  toc ()
  tic ();
endfunction

set (gcf, "windowbuttonmotionfcn", @tst)
tic ()
plot(1:10)


Moving the mouse above the window then displays the time between two calls.
On my machine, the function is executed every ~0.4ms with or without the
patch.

I'll push the patch by the end of the week-end

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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