How to run program in background
thirdy

I have a program with a countdown timer. Problem is when you switch to other programs, the timer will stop until you switchback to the timer program. Is there any allegro function that will solve my problem? Thanks!

James Stanley

Use native timers?

HoHo

int set_display_switch_mode(int mode);

thirdy

Both worked. I used timer.h from ANSI C. I'll just use the allegro function. Thank you very much!

Thread #591414. Printed from Allegro.cc