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

FreeBSD Manual Pages

  
 
  

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

NAME
     dialog_message  -	Sends  a message to all the objects in an array. Allegro
     game programming library.

SYNOPSIS
     #include <allegro.h>

     int dialog_message(DIALOG *dialog, int msg, int c, int *obj);

DESCRIPTION
     Sends a message to all the objects in an array. If any of the dialog proce-
     dures return values other than D_O_K, it returns the value and sets obj  to
     the index of the object which produced it.

SEE ALSO
     object_message(3), broadcast_dialog_message(3)

Allegro 			  version 4.4.3 	       dialog_message(3)

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

home | help