GuiToggle abstract method

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

Toggle Button control

Implementation

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