wine/dlls/user32
Rémi Bernon 496eed7aaf server: Send hardware input to the visible input desktop.
When hwnd is specified, it is because it received a direct host input,
so switch the input desktop to match the one that is receiving it.

We don't validate that the sending thread uses the same desktop as the
target window: it may not even be the case for drivers with a separate
thread that listens on input events.
2024-02-28 19:51:20 +01:00
..
resources
tests server: Send hardware input to the visible input desktop. 2024-02-28 19:51:20 +01:00
button.c
class.c
clipboard.c
combo.c
controls.h
cursoricon.c
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c
edit.c
exticon.c
hook.c
icontitle.c
input.c win32u: Don't set the high word of keyboard layout to 0xe001 in CJK locales. 2024-01-23 12:19:13 +01:00
listbox.c
lstr.c
Makefile.in
mdi.c
menu.c
message.c
misc.c
msgbox.c
nonclient.c
property.c
resource.c
resources.h
scroll.c
static.c
sysparams.c win32u: Sync dpi awareness changes from user32. 2024-02-27 11:47:42 +01:00
text.c
uitools.c
user32.rc
user32.spec win32u: Introduce new NtUserSwitchDesktop syscall stub. 2024-02-28 19:51:20 +01:00
user_main.c
user_private.h
win.c win32u: Introduce new NtUserSwitchDesktop syscall stub. 2024-02-28 19:51:20 +01:00
winhelp.c
winproc.c
winstation.c server: Inherit internal desktop flags when creating desktops. 2024-02-13 22:37:50 +01:00
wsprintf.c