GuiDropdownBox function

int GuiDropdownBox(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text,
  3. MemoryPointer<RInt> active,
  4. bool editMode,
)

See RaylibGuiFlatModule.GuiDropdownBox.

Implementation

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