Module: wine Branch: master Commit: bd2b89806a8fdae0d775013274f2b355dc971227 URL: https://gitlab.winehq.org/wine/wine/-/commit/bd2b89806a8fdae0d775013274f2b35...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Jan 26 14:11:16 2024 +0100
dinput/tests: Add a helper to wait on HID input reads.
---
dlls/dinput/tests/device8.c | 1 + dlls/dinput/tests/dinput_test.h | 5 ++ dlls/dinput/tests/driver_bus.c | 153 ++++++++++++++++++++++++---------------- dlls/dinput/tests/driver_hid.c | 1 + dlls/dinput/tests/driver_hid.h | 2 + dlls/dinput/tests/hid.c | 18 +++++ 6 files changed, 119 insertions(+), 61 deletions(-)