- ALLEGRO_BPM_TO_SECS
double ALLEGRO_BPM_TO_SECS(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
- ALLEGRO_BPS_TO_SECS
double ALLEGRO_BPS_TO_SECS(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
- ALLEGRO_MSECS_TO_SECS
double ALLEGRO_MSECS_TO_SECS(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
- ALLEGRO_USECS_TO_SECS
double ALLEGRO_USECS_TO_SECS(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
- al_add_timer_count
void al_add_timer_count(ALLEGRO_TIMER* timer, long diff)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_create_timer
ALLEGRO_TIMER* al_create_timer(double speed_secs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_destroy_timer
void al_destroy_timer(ALLEGRO_TIMER* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_timer_count
long al_get_timer_count(ALLEGRO_TIMER* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_timer_event_source
ALLEGRO_EVENT_SOURCE* al_get_timer_event_source(ALLEGRO_TIMER* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_timer_speed
double al_get_timer_speed(ALLEGRO_TIMER* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_timer_started
bool al_get_timer_started(ALLEGRO_TIMER* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_resume_timer
void al_resume_timer(ALLEGRO_TIMER* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_set_timer_count
void al_set_timer_count(ALLEGRO_TIMER* timer, long count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_set_timer_speed
void al_set_timer_speed(ALLEGRO_TIMER* timer, double speed_secs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_start_timer
void al_start_timer(ALLEGRO_TIMER* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_stop_timer
void al_stop_timer(ALLEGRO_TIMER* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.