Rémi Bernon : dinput: Factor all GetProperty implementations together.

Alexandre Julliard julliard at winehq.org
Tue Oct 19 16:07:46 CDT 2021


Module: wine
Branch: master
Commit: 3ec4ae839058512e693f5a7b657c7b143f1449da
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3ec4ae839058512e693f5a7b657c7b143f1449da

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Tue Oct 19 09:20:02 2021 +0200

dinput: Factor all GetProperty implementations together.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dinput/device.c         | 128 +++++++++++++++++++++++++++++--------------
 dlls/dinput/device_private.h |   2 +
 dlls/dinput/joystick_hid.c   | 105 ++++++++++-------------------------
 dlls/dinput/keyboard.c       |  58 ++++++--------------
 dlls/dinput/mouse.c          |  85 +++++++++-------------------
 dlls/dinput8/tests/device.c  |  35 ------------
 dlls/dinput8/tests/hid.c     |   1 -
 7 files changed, 160 insertions(+), 254 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=3ec4ae839058512e693f5a7b657c7b143f1449da



More information about the wine-cvs mailing list