igIsPopupOpenStr function

int igIsPopupOpenStr(
  1. Pointer<Uint8> str_id,
  2. int flags
)
byte igIsPopupOpenStr(
 byte* str_id ,
 ImGuiPopupFlags flags
);

Implementation

int igIsPopupOpenStr(Pointer<Uint8> str_id, int flags) =>
    _igIsPopupOpenStr(str_id, flags);