GuiStatusBar method

int GuiStatusBar(
  1. RectangleC bounds,
  2. Pointer<Char> text
)

Implementation

int GuiStatusBar(RectangleC bounds, Pointer<Char> text) {
  return _GuiStatusBar(bounds, text);
}