Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error C2660: 'ImGui::IsClippedEx': function does not take 3 arguments #138

Closed
Naios opened this issue Nov 17, 2021 · 1 comment
Closed

Comments

@Naios
Copy link

Naios commented Nov 17, 2021

6c834d8 on ocornut/imgui@7f38773

Hello @thedmd, it seems like 'ImGui::IsClippedEx' was changed recently and its arguments were reduced to two from three which causes

error C2660: 'ImGui::IsClippedEx': function does not take 3 arguments

in imgui_canvas.cpp

    if (ImGui::IsClippedEx(m_WidgetRect, id, false))
        return false;
@thedmd
Copy link
Owner

thedmd commented Nov 18, 2021

Fixed on develop. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants