GuiComboBox function

int GuiComboBox(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text,
  3. MemoryPointer<RInt> active
)

See RaylibGuiFlatModule.GuiComboBox.

Implementation

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