1al_destroy_timer(3)                                        al_destroy_timer(3)
2
3
4

NAME

6       al_destroy_timer - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_destroy_timer(ALLEGRO_TIMER *timer)
12

DESCRIPTION

14       Uninstall  the timer specified.  If the timer is started, it will auto‐
15       matically be stopped before uninstallation.  It will also automatically
16       unregister the timer with any event queues.
17
18       Does nothing if passed the NULL pointer.
19

SEE ALSO

21       al_create_timer(3)
22
23
24
25Allegro reference manual                                   al_destroy_timer(3)
Impressum