GuiTextBox function

int GuiTextBox(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text,
  3. int textSize,
  4. bool editMode,
)

See RaylibGuiFlatModule.GuiTextBox.

Implementation

int GuiTextBox(
  RectangleD bounds,
  MemoryPointer<RChar> text,
  int textSize,
  bool editMode,
) => _module.GuiTextBox(bounds, text, textSize, editMode);