|
NAMEal_create_timer - Allegro 5 APISYNOPSIS
DESCRIPTIONAllocates and initializes a timer. If successful, a pointer to a new timer object is returned, otherwise NULL is returned. speed_secs is in seconds per “tick”, and must be positive. The new timer is initially stopped.Usage note: typical granularity is on the order of microseconds, but with some drivers might only be milliseconds. SEE ALSOal_start_timer(3), al_destroy_timer(3)
Visit the GSP FreeBSD Man Page Interface. |