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

Keymod from held modifier key is lost when setting/clearing full-screen. #11617

Open
pshaughn opened this issue Dec 9, 2024 · 0 comments
Open

Comments

@pshaughn
Copy link

pshaughn commented Dec 9, 2024

If I start holding a modifier key such as Shift or Alt before a call to SDL_SetWindowFullscreen, then I keep holding it down and press some keys after that call resizes the window, the events from the new key presses don't include the modifier from the held key. Releasing the modifier key and pressing it again works, and other modifier keys that I start holding after the window size change work. SetWindowPosition and SetWindowSize don't do this, just Fullscreen.

(Platform: I'm using Wine to run an i686 executable on 64-bit Linux; SDL is at commit 5c020b9.)

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

No branches or pull requests

1 participant