wine-wine/dlls/winex11.drv
Zebediah Figura 1bc9c4fdb2 winex11: Update the state of all keys on KeymapNotify.
The Binding of Isaac transitions in and out of fullscreen when the "F" key is
pressed. Specifically, it will swap states when receiving WM_KEYDOWN,
provided that the previous key state was not pressed (i.e. bit 30 is 0).
However, as part of the process of transitioning, it hides and shows its
window, causing it to temporarily lose focus. If the F key is released while
the window does not have focus, Wine misses this fact, and thinks that the
key was already pressed the next time it is pressed, causing the game to
refuse to change focus. Windows will not deliver WM_KEYUP messages to a
window that does not have focus, but it will always report the true previous
state of any key on the keyboard when requested.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-18 23:51:52 +02:00
..
Makefile.in winex11.drv: Initialize GPU registry data. 2019-06-13 08:16:33 +02:00
bitblt.c
brush.c
clipboard.c
desktop.c winex11.drv: Handle display device changes. 2019-06-13 08:21:00 +02:00
display.c winex11.drv: Handle display device changes. 2019-06-13 08:21:00 +02:00
event.c
graphics.c
ime.c
init.c
keyboard.c winex11: Update the state of all keys on KeymapNotify. 2019-06-18 23:51:52 +02:00
mouse.c
mwm.h
opengl.c
palette.c
pen.c
settings.c
systray.c
version.rc
vulkan.c
window.c
winex11.drv.spec
wintab.c
x11drv.h winex11.drv: Handle display device changes. 2019-06-13 08:21:00 +02:00
x11drv_main.c winex11.drv: Handle display device changes. 2019-06-13 08:21:00 +02:00
xcomposite.h
xdnd.c
xim.c
xinerama.c winex11.drv: Initialize monitor registry data. 2019-06-13 08:21:00 +02:00
xrandr.c
xrender.c
xvidmode.c