1get_refresh_rate(3)             Allegro manual             get_refresh_rate(3)
2
3
4

NAME

6       get_refresh_rate  - Returns the current refresh rate. Allegro game pro‐
7       gramming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int get_refresh_rate(void);
14

DESCRIPTION

16       Returns the current refresh rate, if known (not all drivers are able to
17       report this information). Returns zero if the actual rate is unknown.
18
19

SEE ALSO

21       request_refresh_rate(3)
22
23
24
25Allegro                          version 4.4.3             get_refresh_rate(3)
Impressum