igRadioButtonBool function

int igRadioButtonBool(
  1. Pointer<Uint8> label,
  2. int active
)
byte igRadioButtonBool(
 byte* label ,
 byte active
);

Implementation

int igRadioButtonBool(Pointer<Uint8> label, int active) =>
    _igRadioButtonBool(label, active);