GuiValueBoxFloat method

int GuiValueBoxFloat(
  1. RectangleC bounds,
  2. Pointer<Char> text,
  3. Pointer<Char> textValue,
  4. Pointer<Float> value,
  5. bool editMode,
)

Implementation

int GuiValueBoxFloat(
  RectangleC bounds,
  Pointer<Char> text,
  Pointer<Char> textValue,
  Pointer<Float> value,
  bool editMode,
) {
  return _GuiValueBoxFloat(bounds, text, textValue, value, editMode);
}