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

FreeBSD Manual Pages

  
 
  

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

NAME
     broadcast_dialog_message  -  Broadcasts a message to all the objects in the
     active dialog. Allegro game programming library.

SYNOPSIS
     #include <allegro.h>

     int broadcast_dialog_message(int msg, int c);

DESCRIPTION
     Broadcasts a message to all the objects in the active dialog. If any of the
     dialog procedures return values other than D_O_K, it returns that value.

SEE ALSO
     dialog_message(3), active_dialog(3)

Allegro 			  version 4.4.3      broadcast_dialog_message(3)

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

home | help