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