|
"Yair Altman" <altmanyDEL@gmailDEL.comDEL> wrote in message
<fgi7hd$8bl$1@fred.mathworks.com>...
> > > > Is there a mouse hover event for figure or axis?
> > >
> > > set(gcf,'windowbuttonmotionfcn',your_callback);
> >
> > Isn't this function called on any mouse move over the
> > figure, rather then on mouse hover?
>
>
> True, but within your_callback you can prime a timer that
> fires your_hover_function after the specified hover period.
>
> There is no specific hover event or callback.
>
> Yair Altman
> http://ymasoftware.com
Do you mean to start a timer for every mouse move event and
after the timer period ends to check whether the mouse is in
the same location? this sounds not really efficient...
Thanks
Yoav
|