1al_set_timer_count(3) al_set_timer_count(3)
23
4
NAME
6al_set_timer_count - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_set_timer_count(ALLEGRO_TIMER *timer, int64_t new_count)
12
DESCRIPTION
14Set the timer’s counter value. The timer can be started or stopped.
15The count value may be positive or negative, but will always be incre‐
16mented by +1 at each tick.
17
SEE ALSO
19al_get_timer_count(3), al_add_timer_count(3)
2021
22
23
Allegro reference manual al_set_timer_count(3)