Kevin Cockrell wrote: > Ahh..good idea. I did: > if(event == 8 || event == 9 || event == 12)
Right, or well, if you had used the #include file:
if( event == FL_KEYDOWN || event == FL_KEYUP || event == FL_SHORTCUT )
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

