GuiValueBox method
Implementation
int GuiValueBox(
RectangleC bounds,
Pointer<Char> text,
Pointer<Int> value,
int minValue,
int maxValue,
bool editMode,
) {
return _GuiValueBox(bounds, text, value, minValue, maxValue, editMode);
}
int GuiValueBox(
RectangleC bounds,
Pointer<Char> text,
Pointer<Int> value,
int minValue,
int maxValue,
bool editMode,
) {
return _GuiValueBox(bounds, text, value, minValue, maxValue, editMode);
}