On May 1, 2007, at 10:04 PM, Daniel Polski wrote: > I am wondering if I can create an event from outside the fltk > application and handle it inside?
There is no such functionality within FLTK, but for Linux, named pipes are a common technique. There is also shared memory, signals, etc. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

