GuiValueBox abstract method
int
GuiValueBox(
- RectangleD bounds,
- MemoryPointer<
RInt8> text, - MemoryPointer<
RInt32> value, - int minValue,
- int maxValue,
- bool editMode,
Value Box control, updates input text with numbers
Implementation
int GuiValueBox(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RInt> value,
int minValue,
int maxValue,
bool editMode,
);