logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_init_timeout - Allegro 5 API

Description

       Set timeout value of some number of seconds after the function call.

       For compatibility with all platforms, seconds must be 2,147,483.647 seconds or less.

Name

       al_init_timeout - Allegro 5 API

See Also

ALLEGRO_TIMEOUT(3alleg5), al_wait_for_event_until(3alleg5)

Allegro reference manual                                                                al_init_timeout(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              void al_init_timeout(ALLEGRO_TIMEOUT *timeout, double seconds)

See Also