Sweden-Number/dlls/user32
Dmitry Timoshkov ababea0fd7 user32: DragDetect() should enter its message loop only if the left mouse button is pressed.
There's an application that calls DragDetect() on every WM_MOUSEMOVE
message, and this breaks handling of mouse events. A simple test app
shows that on Windows DragDetect() starts its message loop when left
mouse button is pressed.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-25 23:05:47 +02:00
..
resources
tests user32: DragDetect() should enter its message loop only if the left mouse button is pressed. 2021-10-25 23:05:47 +02:00
Makefile.in
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 user32: Set IMM active context on focus change. 2021-10-18 21:23:58 +02:00
hook.c
icontitle.c
input.c
listbox.c
lstr.c
mdi.c
menu.c
message.c
misc.c user32: Set IMM active context on focus change. 2021-10-18 21:23:58 +02:00
msgbox.c
nonclient.c
painting.c
property.c
rawinput.c
resource.c
resources.h
scroll.c
spy.c
static.c
sysparams.c
text.c
uitools.c
user32.rc
user32.spec
user_main.c
user_private.h user32: Set IMM active context on focus change. 2021-10-18 21:23:58 +02:00
win.c user32: DragDetect() should enter its message loop only if the left mouse button is pressed. 2021-10-25 23:05:47 +02:00
win.h
winhelp.c
winpos.c
winproc.c user32: Return INT_PTR instead of LRESULT in dialog procedures. 2021-10-19 11:33:05 +02:00
winstation.c
wsprintf.c user32: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:57 +02:00