GuiPanel function

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

See RaylibGuiFlatModule.GuiPanel.

Implementation

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