We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5201 - Second SDL_KEYDOWN generated with a delay
Summary: Second SDL_KEYDOWN generated with a delay
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: 2.0.12
Hardware: x86 Windows 7
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-19 10:49 UTC by yaroslav
Modified: 2020-06-19 11:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yaroslav 2020-06-19 10:49:31 UTC
When Pressing Ctrl+Shift or Shift+Ctrl, the SDL_KEYDOWN for the second key is generated with the same delay as for repeat keypresses.
Comment 1 yaroslav 2020-06-19 11:04:27 UTC
I have tried to get over it using SDL_GetModState() but it also reports key press changes with a delay.