GuiValueBox function
Implementation
int GuiValueBox(
RectangleC bounds,
Pointer<Char> text,
Pointer<Int> value,
int minValue,
int maxValue,
bool editMode,
) => _module.GuiValueBox(bounds, text, value, minValue, maxValue, editMode);
int GuiValueBox(
RectangleC bounds,
Pointer<Char> text,
Pointer<Int> value,
int minValue,
int maxValue,
bool editMode,
) => _module.GuiValueBox(bounds, text, value, minValue, maxValue, editMode);