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

FreeBSD Manual Pages

  
 
  

home | help
al_unregis...ent_source(3)  Library Functions Manual  al_unregis...ent_source(3)

NAME
     al_unregister_event_source - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    void al_unregister_event_source(ALLEGRO_EVENT_QUEUE *queue,
	       ALLEGRO_EVENT_SOURCE *source)

DESCRIPTION
     Unregister an event source with an event queue.  If the event source is not
     actually registered with the event queue, nothing happens.

     If  the  queue had any events in it which originated from the event source,
     they will no longer be in the queue after this call.

SEE ALSO
     al_register_event_source(3)

Allegro reference manual			      al_unregis...ent_source(3)

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

home | help