GuiDummyRec function

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

See RaylibGuiFlatModule.GuiDummyRec.

Implementation

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