Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
rest_callback(3)		 Allegro manual 		rest_callback(3)

NAME
     rest_callback  - Like rest(), but calls the callback during the wait. Alle-
     gro game programming library.

SYNOPSIS
     #include <allegro.h>

     void rest_callback(long time, void (*callback)())

DESCRIPTION
     Like rest(), but for non-zero values continually calls the specified  func-
     tion  while  it is waiting for the required time to elapse. If the provided
     `callback' parameter is NULL, this function does exactly the same thing  as
     calling rest().

SEE ALSO
     install_timer(3), rest(3)

Allegro 			  version 4.4.3 		rest_callback(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rest_callback&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help