igSmallButton function

int igSmallButton(
  1. Pointer<Uint8> label
)
byte igSmallButton(
 byte* label
);

Implementation

int igSmallButton(Pointer<Uint8> label) => _igSmallButton(label);