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

FreeBSD Manual Pages

  
 
  

home | help
ALLEGRO_EVENT_QUEUE(3)	    Library Functions Manual	  ALLEGRO_EVENT_QUEUE(3)

NAME
     ALLEGRO_EVENT_QUEUE - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    typedef struct ALLEGRO_EVENT_QUEUE ALLEGRO_EVENT_QUEUE;

DESCRIPTION
     An  event queue holds events that have been generated by event sources that
     are registered with the queue.  Events are stored in  the	order  they  are
     generated.  Access is in a strictly FIFO (first-in-first-out) order.

SEE ALSO
     al_create_event_queue(3), al_destroy_event_queue(3)

Allegro reference manual				  ALLEGRO_EVENT_QUEUE(3)

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

home | help