GuiToggle function

int GuiToggle(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text,
  3. MemoryPointer<RBool> active
)

See RaylibGuiFlatModule.GuiToggle.

Implementation

int GuiToggle(
  RectangleD bounds,
  MemoryPointer<RChar> text,
  MemoryPointer<RBool> active,
) => _module.GuiToggle(bounds, text, active);