GuiDropdownBox abstract method

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

Dropdown Box control

Implementation

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