GuiValueBoxFloat function

int GuiValueBoxFloat(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text,
  3. MemoryPointer<RChar> textValue,
  4. MemoryPointer<RFloat> value,
  5. bool editMode,
)

See RaylibGuiFlatModule.GuiValueBoxFloat.

Implementation

int GuiValueBoxFloat(
  RectangleD bounds,
  MemoryPointer<RChar> text,
  MemoryPointer<RChar> textValue,
  MemoryPointer<RFloat> value,
  bool editMode,
) => _module.GuiValueBoxFloat(bounds, text, textValue, value, editMode);