Which is the precision you need? If you are satisfied with microseconds you can use Sleep function included from Windows.h in windows or sleep posix function included from unistd.h, also i recommend you to use Glib::Thread to manage the timer is quite easy. You can also use timers from other libraries like allegro.
_______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
