octave-maintainers
[Top][All Lists]
Advanced

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

input_event_hook - __fltk_redraw__


From: John W. Eaton
Subject: input_event_hook - __fltk_redraw__
Date: Fri, 25 Feb 2011 15:45:29 -0500

On 25-Feb-2011, logari81 wrote:

| Today I have noticed that in __init_fltk__ an input event hook to
| __fltk_redraw__ is added:
| 
|       octave_value_list args;
|       args(0) = "__fltk_redraw__";
|       feval ("add_input_event_hook", args, 0);
| 
| Why do we need this?

I think that is needed so that FLTK events are processed while Octave
is waiting for keyboard input.

jwe


reply via email to

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