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:

Other recent discussions: