Module: wine Branch: master Commit: befeea424e1d2dd9aa5563574f8c19f37aafa504 URL: https://source.winehq.org/git/wine.git/?a=commit;h=befeea424e1d2dd9aa5563574...
Author: Rémi Bernon rbernon@codeweavers.com Date: Tue Mar 15 10:08:28 2022 +0100
windows.gaming.input: Implement HID simple haptics controllers support.
Adding support for trigger rumble on supported controllers and drivers.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/windows.gaming.input/gamepad.c | 30 +++++- dlls/windows.gaming.input/provider.c | 189 +++++++++++++++++++++++++++++++++ dlls/windows.gaming.input/provider.idl | 11 ++ 3 files changed, 226 insertions(+), 4 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=befeea424e1d2dd9aa556...