Sweden-Number/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 winex11.drv: Activate window when restoring from iconic state. 2019-06-10 19:42:38 +02:00
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 winex11: Only handle errors from GLX requests in GLXErrorHandler(). 2019-05-06 13:19:33 -05:00
palette.c
pen.c
settings.c
systray.c
version.rc
vulkan.c
window.c explorer: Move screen saver activation to the X11 driver. 2019-05-03 16:30:39 +02:00
winex11.drv.spec
wintab.c winex11/wintab: Set all Device Orientation values. 2019-04-23 23:50:44 +02:00
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 winex11.drv: Allow the drop target to be a transparent window. 2019-05-31 12:44:10 +02:00
xim.c
xinerama.c winex11.drv: Initialize monitor registry data. 2019-06-13 08:21:00 +02:00
xrandr.c winex11: Resize the screen when changing CRTC modes. 2019-04-11 09:15:32 +02:00
xrender.c
xvidmode.c