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 5218 - Inputs sometimes stop registering after alt-tabbing back to game
Summary: Inputs sometimes stop registering after alt-tabbing back to game
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: 2.0.12
Hardware: x86_64 Windows 10
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-28 09:06 UTC by Dennis Felsing
Modified: 2020-06-28 09:06 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 Dennis Felsing 2020-06-28 09:06:18 UTC
Hi,

Using SDL 2.0.12 we have a bug report by multiple players in DDNet: https://github.com/ddnet/ddnet/issues/2369

The issue is that in the map editor (ctrl-shift-e) alt-tabbing to another window and then at some point back to the game sometimes messes up the inputs permanently. Mouse coordinates become something like -67108864 and keyboard inputs also don't register anymore. This seems to happen very sporadically, but after downgrading to SDL 2.0.8 it seems to have disappeared again.

Since I can't reproduce it myself, I can't debug deeper.

Best regards
Dennis