GuiStatusBar function

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

See RaylibGuiFlatModule.GuiStatusBar.

Implementation

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