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

Vincas Miliūnas vincas.miliunas at gmail.com
Wed Jun 29 06:13:52 CDT 2011


Changelog:
* Improved coding style of tests, keeping below 90 char line length
* Added a test case for successfully registering and unregistering a
non-existing raw input device
* Refactored mapping to raw input structures to do it directly in
queuing functions
* Removed setting right-key flag for right shift, as is on windows
* Filtered a all-zero value event after using scroll wheel
* Used '\0' terminator instead of 0 for device names

Previous changelog - http://source.winehq.org/patches/data/75818

Input events are practically identical to the ones produced on windows
(except of usage of relative mouse motion).

Apologies for spamming and my inability to gather related changes in a
single iteration.

I see nothing left to clean up without further feedback.

---
 dlls/user32/tests/input.c |  628
+++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 628 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: 26447 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110629/0e3d6000/attachment-0001.bin>


More information about the wine-patches mailing list