On 31.03.2011 12:34, Albrecht Schlosser wrote: > [... WRT] test/keyboard.exe. Currently this doesn't report > FL_SHORTCUT events, ...
That was simply a missing
case FL_SHORTCUT:
in switch(e) {...}. I added the shortcut test for your example,
but forgot to add the case statement.
Albrecht
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

