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

Add missing NumPad keys #2468

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Conversation

SamuMazzi
Copy link
Contributor

@SamuMazzi SamuMazzi commented Feb 5, 2025


name: Pull Request
about: Add missing keys
title: Add missing NumPad keys


Description:
It seems like a couple of ImGuiKey_s weren't added to DPG. Maybe it used to cause problems in the past, but due to a pretty recent (~2 years ago maybe) update in ImGui, the keys listed in ImGui should be completely cross platform, so I've added also NumPadEnter and NumPadEqual

Closes #2457 (This doesn't solve the problem of having mvKey_Return to refer to both Enter and Return, but I'd say that's never been an intended use case)

@hoffstadt hoffstadt merged commit c1d9acf into hoffstadt:master Feb 13, 2025
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.

dpg.add_key_press_handler doesn't fire for Numpad Enter
2 participants