1al_set_timer_count(3)                                    al_set_timer_count(3)
2
3
4

NAME

6       al_set_timer_count - Allegro 5 API
7

SYNOPSIS

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

DESCRIPTION

14       Set  the  timer’s  counter value.  The timer can be started or stopped.
15       The count value may be positive or negative, but will always be  incre‐
16       mented by +1 at each tick.
17

SEE ALSO

19       al_get_timer_count(3), al_add_timer_count(3)
20
21
22
23Allegro reference manual                                 al_set_timer_count(3)
Impressum