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