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 comment about how ImGuiKey values are named after US keyboard keys. #7205

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

tom-seddon
Copy link
Contributor

General text input is already covered by AddInputCharacter. For scancode-based key up/down info, simplest to admit that the up/down state indexes are kind of arbitrary and may not actually map perfectly to the labels on the keys.

See #7201

General text input is already covered by AddInputCharacter. For scancode-based key up/down info, simplest to admit that the up/down state indexes are kind of arbitrary and may not actually map perfectly to the labels on the keys.
@ocornut ocornut added the inputs label Jan 8, 2024
@ocornut ocornut merged commit 27e83c2 into ocornut:master Jan 8, 2024
@ocornut
Copy link
Owner

ocornut commented Jan 8, 2024

Merging for clarify but this is what the line above meant to be.
We do an effort to have backend submit Translated keys for alphabetical ones though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants