Sweden-Number/dlls/user32
Rémi Bernon 27a52d0414 server: Implement RegisterRawInputDevices RIDEV_INPUTSINK flag.
This flag allows applications to receive rawinput messages while in
background. They have to specify a target hwnd, which will receive them,
and the messages will carry a RIM_INPUTSINK wparam if the process wasn't
foreground.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-06-25 23:08:30 +02:00
..
resources
tests server: Implement RegisterRawInputDevices RIDEV_INPUTSINK flag. 2020-06-25 23:08:30 +02:00
Makefile.in user32: Implement RegisterDeviceNotification(). 2020-05-06 10:49:12 +02:00
button.c
caret.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
driver.c
edit.c
exticon.c
focus.c
hook.c
icontitle.c
input.c user32: Move *RegisterDeviceNotification*() to input.c. 2020-05-27 21:09:03 +02:00
listbox.c
lstr.c
mdi.c
menu.c
message.c user32: Make sure update_window_state() is always executed on the owner thread. 2020-06-05 16:54:35 +02:00
misc.c user32: Move *RegisterDeviceNotification*() to input.c. 2020-05-27 21:09:03 +02:00
msgbox.c
nonclient.c
painting.c
property.c
rawinput.c server: Implement RegisterRawInputDevices RIDEV_INPUTSINK flag. 2020-06-25 23:08:30 +02:00
resource.c
resources.h
scroll.c
spy.c user32: Make sure update_window_state() is always executed on the owner thread. 2020-06-05 16:54:35 +02:00
static.c
sysparams.c user32: Change slave to a more neutral word. 2020-06-17 11:41:57 +02:00
text.c
uitools.c
user32.rc
user32.spec
user_main.c user32: Don't call CreateDesktop() with an empty desktop name. 2020-06-24 18:34:15 +02:00
user_private.h user32: Make sure update_window_state() is always executed on the owner thread. 2020-06-05 16:54:35 +02:00
win.c user32: Make sure update_window_state() is always executed on the owner thread. 2020-06-05 16:54:35 +02:00
win.h
winhelp.c
winpos.c
winproc.c
winstation.c user32: Use a default name for winstations created or opened with no name. 2020-06-23 19:31:18 +02:00
wsprintf.c