-- @/=[C]:-1
function BeginPopupContextWindow(...)
end
function M.BeginPopupContextWindow(string_str_id, ImGuiPopupFlags_popup_flags)
-- string_str_id is optional and can be nil
if ImGuiPopupFlags_popup_flags == nil then ImGuiPopupFlags_popup_flags = 1 end
return imgui.BeginPopupContextWindow(string_str_id, ImGuiPopupFlags_popup_flags)
end