logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_init_native_dialog_addon - Allegro 5 API

Description

       Initialise the native dialog addon.

       Returns true on success, false on error.

Name

       al_init_native_dialog_addon - Allegro 5 API

See Also

al_shutdown_native_dialog_addon(3alleg5)

Allegro reference manual                                                    al_init_native_dialog_addon(3alleg5)

Since

       5.0.9, 5.1.0

              Note:   Prior  to  Allegro  5.1.0  native  dialog  functions  could  be  called  without  explicit
              initialisation,  but  that  is  now  deprecated.   Future  functionality  may   require   explicit
              initialisation.   An exception is al_show_native_message_box(3alleg5), which may be useful to show
              an error message if Allegro fails to initialise.

Synopsis

              #include <allegro5/allegro_native_dialog.h>

              bool al_init_native_dialog_addon(void)

See Also