octave-maintainers
[Top][All Lists]
Advanced

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

mouse button and key press callbacks in the fltk backend


From: Shai Ayal
Subject: mouse button and key press callbacks in the fltk backend
Date: Tue, 13 Apr 2010 20:44:46 +0300

Hi all,

I just pushed http://hg.savannah.gnu.org/hgweb/octave/rev/9cdd6c8c05a4 which implements mouse and keyboard callbacks for the fltk backend. 

The following figure callbacks should now be functional:
windowbuttonupfcn, 
windowbuttonmotionfcn, 
windowbuttondownfcn, 
keyreleasefcn, 
keypressfcn 
In addition, the currentpoint property for figure and axes objects is updated with the mouse position:

As a demonstration for the use of these properties and callbacks I implemented the ginput function for the fltk backend.

Shai


 


reply via email to

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