Preparing search index...
The search index is not available
allegro.ts
allegro.ts
types
MENU
Interface MENU
Allegro
Menu
Remarks
1.2.24
interface
MENU
{
child
:
MENU
;
dp
:
string
;
flags
:
number
;
proc
:
(
(
)
=>
void
)
;
text
:
string
;
}
Index
Properties
child
dp
flags
proc
text
Properties
child
child
:
MENU
dp
dp
:
string
flags
flags
:
number
proc
proc
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
text
text
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
child
dp
flags
proc
text
allegro.ts
FileParser
allegro
bitmap
color
config
configuration
core
debug
font
gmPlayer
graphics
keyboard
math
midi
midiParser
mouse
palette
primitives
sample
sprintf
sprites
Loading...
Generated using
TypeDoc
Menu
Remarks
1.2.24