GuiDropdownBox function
Implementation
int GuiDropdownBox(
RectangleC bounds,
Pointer<Char> text,
Pointer<Int> active,
bool editMode,
) => _module.GuiDropdownBox(bounds, text, active, editMode);
int GuiDropdownBox(
RectangleC bounds,
Pointer<Char> text,
Pointer<Int> active,
bool editMode,
) => _module.GuiDropdownBox(bounds, text, active, editMode);