user: Add test for LL mouse hook and [Get|Set]CursorPos.

Vitaliy Margolen wine-patch at kievinfo.com
Sun Oct 8 23:48:26 CDT 2006


Change log:
    user: Add test for LL mouse hook and [Get|Set]CursorPos.

These tests indicate that:
1. Coordinates returned from GetCursorPos() in the hook handler are those before
   the mouse event.
2. Coordinates set with SetCursorPos() immediately change what is being returned
   from GetCursorPos().
3. After finishing the hook chain cursor position is being set to new coordinates
   regardless of prior calls to SetCursorPos().

This patch already modified for win64 printf fixes.

---
 dlls/user/tests/input.c |   79 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 79 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1ff0e209aff8d8f1973d67c98731a74cc0a18b4d.diff
Type: text/x-patch
Size: 3118 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20061008/a6112cd6/1ff0e209aff8d8f1973d67c98731a74cc0a18b4d.bin


More information about the wine-patches mailing list