Module: wine Branch: master Commit: aba20b0624aa1092035894848381288401a3143a URL: https://source.winehq.org/git/wine.git/?a=commit;h=aba20b0624aa1092035894848... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Thu May 12 15:59:04 2022 +0200 windows.gaming.input: Implement IConstantForceEffect_SetParameters(WithEnvelope). Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dinput/tests/force_feedback.c | 6 +-- dlls/windows.gaming.input/constant_effect.c | 45 ++++++++++++++++++--- dlls/windows.gaming.input/force_feedback.c | 62 +++++++++++++++++++++++++++++ dlls/windows.gaming.input/provider.idl | 29 ++++++++++++++ 4 files changed, 132 insertions(+), 10 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=aba20b0624aa109203589...