GuiValueBox method
Value Box control, updates input text with numbers
Implementation
int GuiValueBox(RectangleC bounds, Pointer<Char> text, Pointer<Int> value, int minValue, int maxValue, bool editMode)
=> _GuiValueBox(bounds, text, value, minValue, maxValue, editMode);