GuiComboBox abstract method

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

Combo Box control

Implementation

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