1al_add_timer_count(3)                                    al_add_timer_count(3)
2
3
4

NAME

6       al_add_timer_count - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_add_timer_count(ALLEGRO_TIMER *timer, int64_t diff)
12

DESCRIPTION

14       Add diff to the timer's counter value.  This is similar to writing:
15
16              al_set_timer_count(timer, al_get_timer_count(timer) + diff);
17
18       except  that  the addition is performed atomically, so no ticks will be
19       lost.
20

SEE ALSO

22       al_set_timer_count(3)
23
24
25
26Allegro reference manual                                 al_add_timer_count(3)
Impressum