Man Page: update_dialog
Operating Environment: debian
Section: 3alleg4
update_dialog(3alleg4) Allegro manual update_dialog(3alleg4)NAMEupdate_dialog - Low level function to update a dialog player. Allegro game programming library.SYNOPSIS#include <allegro.h> int update_dialog(DIALOG_PLAYER *player);DESCRIPTIONUpdates the status of a dialog object returned by init_dialog(). Returns TRUE if the dialog is still active, or FALSE if it has terminated. Upon a return value of FALSE, it is up to you whether to call shutdown_dialog() or to continue execution. The object that requested the exit can be determined from the player->obj field.SEE ALSOinit_dialog(3alleg4) Allegro version 4.4.2 update_dialog(3alleg4)
| Related Man Pages |
|---|
| object_message(3alleg4) - opendarwin |
| do_dialog(3alleg4) - netbsd |
| do_dialog(3alleg4) - mojave |
| do_dialog(3alleg4) - linux |
| do_dialog(3alleg4) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |