Skip to content

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