1get_refresh_rate(3) Allegro manual get_refresh_rate(3)
23
4
NAME
6get_refresh_rate - Returns the current refresh rate. Allegro game pro‐
7gramming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int get_refresh_rate(void);
14
DESCRIPTION
16Returns the current refresh rate, if known (not all drivers are able to
17report this information). Returns zero if the actual rate is unknown.
1819
SEE ALSO
21request_refresh_rate(3)
2223
24
25
Allegro version 4.4.3 get_refresh_rate(3)