[Ohrrpgce] [ohrrpgce/ohrrpgce] gfx_sdl: Enter key stuck after changing window zoom level in Custom (#1173)

Ralph Versteegen notifications at github.com
Sat Sep 12 08:47:36 PDT 2020


Gaplan and weedeater (in Discord) both report that trying to change Custom's zoom in the F9 Global Editor Options menu sometimes causes the Enter key to get stuck afterwards, until you press it. I assume they're using windows (Gaplan is) and gfx_sdl (gfx_sdl2 doesn't even allow chanign the zoom!).

The problem is that gfx_sdl destroys and recreates the window, probably causing havok for key events. SDL2 doesn't, it adds `SDL_SetWindowSize` to avoid that, so I assume this will be fixed in gfx_sdl2.
Another bug where SDL 1.2 gets stuck keys is when spawning programs (bug #932).

But changing window zoom is currently broken in gfx_sdl2.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ohrrpgce/ohrrpgce/issues/1173
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.motherhamster.org/pipermail/ohrrpgce-motherhamster.org/attachments/20200912/dac3e92c/attachment.html>


More information about the Ohrrpgce mailing list