GuiTextBox method

int GuiTextBox(
  1. RectangleC bounds,
  2. Pointer<Char> text,
  3. int textSize,
  4. bool editMode,
)

Text Box control, updates input text

Implementation

int GuiTextBox(RectangleC bounds, Pointer<Char> text, int textSize, bool editMode)
  => _GuiTextBox(bounds, text, textSize, editMode);