Sponsor:

Your company here, and a link to your site. Click to find out more.

broadcast_dialog_message - Man Page

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)

Referenced By

active_dialog(3), dialog_message(3).

version 4.4.3 Allegro manual