Interface MENUAllegro

Menu

Remarks

1.2.24

interface MENU {
    child: MENU;
    dp: string;
    flags: number;
    proc: (() => void);
    text: string;
}

Properties

Properties

child: MENU
dp: string
flags: number
proc: (() => void)

Type declaration

    • (): void
    • Returns void

text: string

Generated using TypeDoc