Chang Yuan wrote: > I have another question. Now I will try to implement my own event loop based > on SDL ticks functions. Can I use Fl::check() in my loop so that all FLTK > windows will be updated periodically?
This may generally be possible, depending on your program's initialization and correct handling of FLTK's event loop and maybe threads. In general you can call Fl::wait() or Fl::check() and Fl::flush() periodically to do the same as Fl::run() would do. For further questions and explanations please use fltk.general, because fltk.bugs is reserved for automatic postings of STR's, and you will certainly get more and better responses there. Thanks Albrecht P.S. Followup-to fltk.general ... _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
