Rémi Bernon : dinput: Use IDirectInputDevice8W interface consistently.

Alexandre Julliard julliard at winehq.org
Tue May 25 16:08:16 CDT 2021


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

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Tue May 25 18:48:53 2021 +0200

dinput: Use IDirectInputDevice8W interface consistently.

Instead of sometimes using IDirectInputDevice8A.

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

---

 dlls/dinput/device.c              | 12 +++++++-----
 dlls/dinput/device_private.h      |  4 ++--
 dlls/dinput/dinput_main.c         | 14 +++++++-------
 dlls/dinput/dinput_private.h      |  7 ++++---
 dlls/dinput/joystick.c            |  8 ++------
 dlls/dinput/joystick_linux.c      |  6 +++---
 dlls/dinput/joystick_linuxinput.c |  6 +++---
 dlls/dinput/joystick_osx.c        |  4 ++--
 dlls/dinput/joystick_private.h    |  2 +-
 dlls/dinput/keyboard.c            | 10 +++-------
 dlls/dinput/mouse.c               |  8 ++++----
 dlls/dinput/tests/device.c        | 29 +++++++++++++++++++++++++++++
 12 files changed, 67 insertions(+), 43 deletions(-)

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



More information about the wine-cvs mailing list