al_destroy_timer
void al_destroy_timer(ALLEGRO_TIMER *timer)
Introduced in 5.0.0
Uninstall the timer specified. If the timer is started, it will automatically be stopped before uninstallation. It will also automatically unregister the timer with any event queues.
Does nothing if passed the NULL pointer.
See also: al_create_timer
Examples: ex_noframe, ex_ogre3d, ex_threads, ex_threads2, ex_user_events
Most helpful discussions:
- Blacking out the display while resizing
- KrampusHack 2016
- Bitmap behind mappy map
- Statically link Allegro 5 in Ubuntu?
- Why some Shaders don't work !
- Mixing Allegro 5 with OPENGL
- Advice for game loops with lengthy computations
- Font loading crashing with Allegro 5.2
- Inconstistent joystick event delay
- al_dtor_list is NULL, crash in al_create_timer
Other recent discussions: