GuiValueBox function
int
GuiValueBox(
- RectangleD bounds,
- MemoryPointer<
RChar> text, - MemoryPointer<
RInt> value, - int minValue,
- int maxValue,
- bool editMode,
Implementation
int GuiValueBox(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RInt> value,
int minValue,
int maxValue,
bool editMode,
) => _module.GuiValueBox(bounds, text, value, minValue, maxValue, editMode);