1al_remove_display_menu(3) al_remove_display_menu(3)
2
3
4
6 al_remove_display_menu - Allegro 5 API
7
9 #include <allegro5/allegro_native_dialog.h>
10
11 ALLEGRO_MENU *al_remove_display_menu(ALLEGRO_DISPLAY *display)
12
14 Detaches the menu associated with the display and returns it. The menu
15 can then be used on a different display.
16
17 If you simply want to destroy the active menu, you can call al_set_dis‐
18 play_menu(3) with a NULL menu.
19
21 5.1.0
22
24 al_set_display_menu(3)
25
26
27
28Allegro reference manual al_remove_display_menu(3)