GuiTextBox method

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

Implementation

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