.\" Generated by the Allegro makedoc utility .TH get_refresh_rate 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME get_refresh_rate \- Returns the current refresh rate. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int get_refresh_rate(void); .SH DESCRIPTION Returns the current refresh rate, if known (not all drivers are able to report this information). Returns zero if the actual rate is unknown. .SH SEE ALSO .BR request_refresh_rate (3alleg4)