[PATCH 1/3] user32/tests: Added client-side raw input function tests (try 3)

Vincas Miliūnas vincas.miliunas at gmail.com
Sun Jun 19 06:02:55 CDT 2011


New update, moving to server-side input source and incorporating
feedback from
http://www.winehq.org/pipermail/wine-devel/2011-June/090650.html

Changelog:
* Input feed is now completely server-side, by intercepting
mouse/keyboard messages before they are send using send_hook_ll_message.
* Instead of using the 4 byte wchar_t, WCHAR is used instead
* Simplified GetRawInputDeviceList/get_raw_input_device_list and
GetRegisteredRawInputDevices/get_registered_raw_input_devices by adding
a mode that returns only the required size to store the response
* Fixed an issue with keyboard flags up/down being reversed
* Error code for the tests is reset to 0xdeadbeef instead of 0
* Fixed multiline error messages
* Reduced waiting time for WM_INPUT message from 5000 to 3000 in the
simulation test

Link to the previous changelog:
http://www.winehq.org/pipermail/wine-patches/2011-June/103146.html

---
 dlls/user32/tests/input.c |  485
+++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 485 insertions(+), 0 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-user32-tests-Added-client-side-raw-input-function-te.patch
Type: text/x-patch
Size: 22925 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110619/e34a7a0a/attachment-0001.bin>


More information about the wine-patches mailing list