GuiDropdownBox abstract method
int
GuiDropdownBox(
- RectangleD bounds,
- MemoryPointer<
RInt8> text, - MemoryPointer<
RInt32> active, - bool editMode,
Dropdown Box control
Implementation
int GuiDropdownBox(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RInt> active,
bool editMode,
);