We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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;
The text was updated successfully, but these errors were encountered:
Canvas: Update call ImGui::IsClippedEx() on ImGui > 18415 (#138)
44345ae
Fixed on develop. Thanks!
develop
Sorry, something went wrong.
d79ebde
No branches or pull requests
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
in imgui_canvas.cpp
The text was updated successfully, but these errors were encountered: