|
From: | Michael Goffioul |
Subject: | Re: is buttondownfnc working for anyone? |
Date: | Sat, 27 Jul 2013 22:21:52 -0400 |
On MacOSX, the buttondownfcn isn't working for me. I'll open a bug report, but thought I'd check to see if this is a MacOSX problem is for all OSes.
After the commands below, does a mouse click on the new axes produce any effect?
graphics_toolkit fltk
close all
buttondownfcn = @(obj, event) disp (obj);
set (gca (), "buttondownfcn", buttondownfcn)
[Prev in Thread] | Current Thread | [Next in Thread] |