GuiStatusBar function

int GuiStatusBar(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text
)

Implementation

int GuiStatusBar(
  RectangleD bounds,
  MemoryPointer<RChar> text,
) => _module.GuiStatusBar(bounds, text);