1al_destroy_timer(3) al_destroy_timer(3)
23
4
NAME
6al_destroy_timer - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_destroy_timer(ALLEGRO_TIMER *timer)
12
DESCRIPTION
14Uninstall the timer specified. If the timer is started, it will auto‐
15matically be stopped before uninstallation. It will also automatically
16unregister the timer with any event queues.
1718
Does nothing if passed the NULL pointer.
19
SEE ALSO
21al_create_timer(3)
2223
24
25
Allegro reference manual al_destroy_timer(3)