.\" Automatically generated by Pandoc 3.1.11.1 .\" .TH "al_create_popup_menu" "3" "" "Allegro reference manual" "" .SH NAME al_create_popup_menu \- Allegro 5 API .SH SYNOPSIS .IP .EX #include ALLEGRO_MENU *al_create_popup_menu(void) .EE .SH DESCRIPTION Creates a menu container for popup menus. Only the root (outermost) menu should be created with this function. Sub menus of popups should be created with al_create_menu(3). .PP Returns \f[CR]NULL\f[R] on failure. .SH SINCE 5.1.0 .SH SEE ALSO al_create_menu(3), al_build_menu(3)