Skip to content

Fix dst->key.which to src->key.which in SDL event#3511

Merged
ptitSeb merged 1 commit intoptitSeb:mainfrom
devarajabc:sigsigsig
Feb 14, 2026
Merged

Fix dst->key.which to src->key.which in SDL event#3511
ptitSeb merged 1 commit intoptitSeb:mainfrom
devarajabc:sigsigsig

Conversation

@devarajabc
Copy link
Contributor

In both convert_SDL_Event_to_32 (L113) and convert_SDL_Event_to_64 (L192), the keyboard event's 'which' field is self-assigned from dst instead of copied from src.

In both convert_SDL_Event_to_32 (L113) and convert_SDL_Event_to_64 (L192),
the keyboard event's 'which' field is self-assigned from dst instead of
copied from src.
@ptitSeb ptitSeb merged commit 8060bf2 into ptitSeb:main Feb 14, 2026
27 checks passed
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