1al_get_display_menu(3) al_get_display_menu(3)
23
4
NAME
6al_get_display_menu - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_native_dialog.h>
1011
ALLEGRO_MENU *al_get_display_menu(ALLEGRO_DISPLAY *display)
12
DESCRIPTION
14Returns the menu associated with the display, or NULL if it does not
15have a menu.
16
SINCE
185.1.0
19
SEE ALSO
21al_set_display_menu(3)
2223
24
25
Allegro reference manual al_get_display_menu(3)