Changed X11 mouse driver to use SendInput, and removed WINE_MOUSEEVENT
authorAlexandre Julliard <julliard@winehq.org>
Thu, 18 Oct 2001 21:38:59 +0000 (21:38 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 18 Oct 2001 21:38:59 +0000 (21:38 +0000)
commit32fb580515130b61adefbe344df7d4b340a10130
tree2ccb88f5286a36ae1e09457100bb06c703cb2f3d
parent7641ce3a5c08a8e38e1fabac30ed6faf5b2d93ae
Changed X11 mouse driver to use SendInput, and removed WINE_MOUSEEVENT
hack. Moved mouse.c to dlls/x11drv.
Added KeymapNotify event handler, and fixed handling with multiple
alt/shift/control keys.
Removed dinput functions from USER driver.
17 files changed:
dlls/ttydrv/ttydrv.h
dlls/ttydrv/ttydrv.spec
dlls/ttydrv/user.c
dlls/user/mouse.c
dlls/user/mouse.spec
dlls/user/user_main.c
dlls/x11drv/Makefile.in
dlls/x11drv/mouse.c [moved from windows/x11drv/mouse.c with 57% similarity]
dlls/x11drv/window.c
dlls/x11drv/x11drv.spec
include/mouse.h [deleted file]
include/user.h
include/x11drv.h
windows/input.c
windows/x11drv/Makefile.in
windows/x11drv/event.c
windows/x11drv/keyboard.c