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

hiro: fix double character inputs in Windows HexEdit widget #1798

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

invertego
Copy link
Contributor

At some point it might be worth going through the list of widgets to understand which ones require WM_KEYDOWN messages to be forwarded by Application_keyboardProc. For the time being, it's clear the HexEdit widget is not among them, so this change disables forwarding for that widget type.

As an added bonus, this change also makes the number pad functional.

At some point it might be worth going through the list of widgets to
understand which ones require WM_KEYDOWN messages to be forwarded by
Application_keyboardProc. For the time being, it's clear the HexEdit
widget is not among them, so this change disables forwarding for that
widget type.

As an added bonus, this change also makes the number pad functional.
@invertego
Copy link
Contributor Author

Fixes #1787

@LukeUsher LukeUsher merged commit bf9aae5 into ares-emulator:master Jan 28, 2025
17 checks passed
@invertego invertego deleted the hiro_hex_edit branch January 28, 2025 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants