igBeginListBox function

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

Implementation

int igBeginListBox(Pointer<Uint8> label, ImVec2 size) =>
    _igBeginListBox(label, size);