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:
- Using Sine And Cosine For Rotation
- Shooting Ball From Rotating Bitmap
- Problem with al_creat_bitmap
- Mouse Click Inside Timer Function
- Convert *bitmap to char buffer
- al_load_bitmap question
- Having Trouble with exit(1) - Stalling Program
- My second game, space invader simplified
- Vivace extra points. Its there a better way of doing this one.
- I'm new
Other recent discussions:
- Key-presses speed-up program
- Multiple threads/displays, Event handling question
- Difficulty compiling on Windows
- Screen is cleared and a new one appears Allegro5 in C?
- KrampusHack 2020: Odd Results With Color Mapping Functions
- Mouse Addon causing program crash
- Rendering A Hot Air Balloon
- Game Crashing and I'm not sure why?
- Mingw do not find Allegro lib
- got a bug in my FULLSCREEN WINDOWED MODE switchout