Module: wine Branch: master Commit: fc7f430afbbf7f6c9fc1c2bbef02287b261bed3e URL: https://source.winehq.org/git/wine.git/?a=commit;h=fc7f430afbbf7f6c9fc1c2bbe... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Wed Oct 13 09:21:12 2021 +0200 dinput: Factor all GetDeviceInfo implementations together. Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dinput/device.c | 20 ++++++++++++++++++++ dlls/dinput/device_private.h | 3 +++ dlls/dinput/joystick_hid.c | 27 +++++---------------------- dlls/dinput/keyboard.c | 39 ++++++++++++--------------------------- dlls/dinput/mouse.c | 21 ++------------------- 5 files changed, 42 insertions(+), 68 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=fc7f430afbbf7f6c9fc1c...