On 02.03.2011, at 19:44, Mike Werner wrote:

>>> Fl::option(OPTION_ARROW_FOCUS, 0);  is incorrect syntax.
> 
>> sorry, this must be:  Fl::option(Fl::OPTION_ARROW_FOCUS, 0);
> 
> Your suggestion above worked in the sense that it compiled.
> But I still have the problem of not being able to use the
> arrows and space bar as shortcut keys. It's not the end of
> the world. But it is the beginning of the end :)
> 
>> Which keys do you want to define as shortcuts?
> 
> I'm using about half the keys on the keyboard now.
> I'll probably want to use all of them eventually.

The newest SVN has a function void Fl::event_dispatch(Fl_Event_Dispatch d) 
which catches all events before they are processed by FLTK. If you feel that 
you really must, you can grab the arrow key events here and not call the fltk 
handle function at all.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to