GuiValueBox abstract method

int GuiValueBox(
  1. RectangleD bounds,
  2. MemoryPointer<RInt8> text,
  3. MemoryPointer<RInt32> value,
  4. int minValue,
  5. int maxValue,
  6. 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,
);