.\" Generated by the Allegro makedoc utility .TH retrace_count 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME retrace_count \- Retrace count simulator. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B extern volatile int retrace_count; .SH DESCRIPTION If the retrace simulator is installed, this count is incremented on each vertical retrace; otherwise, if the refresh rate is known, the count is incremented at the same rate (ignoring retraces); otherwise, it is incremented 70 times a second. This provides a way of controlling the speed of your program without installing user timer functions. .SH SEE ALSO .BR ex3d (3alleg4), .BR exblend (3alleg4), .BR exdbuf (3alleg4), .BR exflip (3alleg4), .BR exlights (3alleg4)