Module: wine Branch: master Commit: be9a36c4ff86b2231f51c8a5df6f61175ebd3936 URL: https://source.winehq.org/git/wine.git/?a=commit;h=be9a36c4ff86b2231f51c8a5d...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Oct 18 10:21:52 2021 +0200
dinput: Introduce new direct_input_device_init helper.
To initialize the device data format by enumerating its objects.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/device.c | 73 ++++++++++++++++++++++++++++++++++++ dlls/dinput/device_private.h | 6 +++ dlls/dinput/joystick_hid.c | 89 +++++++------------------------------------- 3 files changed, 92 insertions(+), 76 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=be9a36c4ff86b2231f51c...