igButton function

int igButton(
  1. Pointer<Uint8> label,
  2. ImVec2 size
)
byte igButton(
 byte* label ,
 ImVec2 size
);

Implementation

int igButton(Pointer<Uint8> label, ImVec2 size) => _igButton(label, size);