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

Linux build fix #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

jasonbeach
Copy link

updates to support breaking changes in imgui and also some minor linux build fixes

Flinterpop and others added 2 commits November 27, 2024 21:09
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)
@jasonbeach
Copy link
Author

PR#17 should be merged before this as it was also necessary to get my branch building

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.

2 participants