GuiDropdownBox function
int
GuiDropdownBox(
- RectangleD bounds,
- MemoryPointer<
RChar> text, - MemoryPointer<
RInt> active, - bool editMode,
See RaylibGuiFlatModule.GuiDropdownBox.
Implementation
int GuiDropdownBox(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RInt> active,
bool editMode,
) => _module.GuiDropdownBox(bounds, text, active, editMode);