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

What‘s the substitute of ImGui::PiePopupSelectMenu in v1.80 #4024

Closed
LiuYinCarl opened this issue Apr 9, 2021 · 3 comments
Closed

What‘s the substitute of ImGui::PiePopupSelectMenu in v1.80 #4024

LiuYinCarl opened this issue Apr 9, 2021 · 3 comments

Comments

@LiuYinCarl
Copy link

In v1.78, I find an API ImGui::PiePopupSelectMenu in file imgui.h, but I can't find it in v1.80. I looked up in the imgui/docs/CHANGELOG.txt, but can not find any information about it? so, is there any to come true ImGui::PiePopupSelectMenu's effect in v1.80? thanks.

@PathogenDavid
Copy link
Contributor

I don't believe PiePopupSelectMenu was ever actually part of Dear ImGui. It was a prototype Omar shared in #434

@LiuYinCarl
Copy link
Author

sorry, it's my mistake, my colleague add PiePopupSelectMenu into imgui.h which make me think it's an API of Dear ImGui. thank you.

@ocornut
Copy link
Owner

ocornut commented Apr 9, 2021

my colleague add PiePopupSelectMenu into imgui.h

You should never modify imgui files for this.
You can add the new functions in your own files, you can even add your new functions into the same ImGui:: namespace.

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

3 participants