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

Rename ImGuiKey_KeyPadEnter to ImGuiKey_KeypadEnter #2

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Conversation

dsego
Copy link
Contributor

@dsego dsego commented Dec 18, 2024

Fixes compilation error with dear imgui, v1.91.5:

error: use of undeclared identifier 'ImGuiKey_KeyPadEnter'; did you mean 'ImGuiKey_KeypadEnter'?

The method name was changed in v1.90.1
https://github.com/ocornut/imgui/releases/tag/v1.90.1

Screenshot 2024-12-18 at 20 21 15 Screenshot 2024-12-18 at 20 22 23

Fixes compilation error with dear dear imgui, v1.91.5:

> error: use of undeclared identifier 'ImGuiKey_KeyPadEnter'; did you mean 'ImGuiKey_KeypadEnter'?

The method name was changed in v1.90.1
https://github.com/ocornut/imgui/releases/tag/v1.90.1
@pthom
Copy link
Owner

pthom commented Dec 18, 2024

Perfect, thanks a lot!

@pthom pthom merged commit 3e65c03 into pthom:main Dec 18, 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.

2 participants