GuiTextBox abstract method

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

Text Box control, updates input text

Implementation

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