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

Resolve breaking changes in ImGui. #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Flinterpop
Copy link

Built implot_demos against ImGui 1.91.5 and had two errors caused by breaking changes in ImGui. They are as follows: ImGui 1.91.4: The typedef for ImTextureID now defaults to ImU64 instead of void*. (#1641) ImGui 1.90.5: More formally obsoleted GetKeyIndex() Reminder: IsKeyPressed(GetKeyIndex(ImGuiKey_XXX)) --> IsKeyPressed(ImGuiKey_XXX)

Built implot_demos against ImGui 1.91.5 and had two errors caused by breaking changes in ImGui. They are as follows:
ImGui 1.91.4: The typedef for ImTextureID now defaults to ImU64 instead of void*. (#1641)
ImGui 1.90.5: More formally obsoleted GetKeyIndex()
Reminder: IsKeyPressed(GetKeyIndex(ImGuiKey_XXX)) --> IsKeyPressed(ImGuiKey_XXX)
@Flinterpop
Copy link
Author

This is my first attempt at a pull request. Hope I did it correctly.

@Flinterpop Flinterpop closed this Nov 28, 2024
@Flinterpop Flinterpop reopened this Nov 28, 2024
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

Successfully merging this pull request may close these issues.

1 participant