Module: wine Branch: master Commit: 87331939a2c7b5f4a164e77c2f2d3e6c13d3c5a9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=87331939a2c7b5f4a164e77c2...
Author: Arkadiusz Hiler ahiler@codeweavers.com Date: Wed Jan 19 15:04:21 2022 +0200
include: Add HID_USAGE_SIMULATION_CLUTCH.
Signed-off-by: Arkadiusz Hiler ahiler@codeweavers.com Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/hidusage.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/hidusage.h b/include/hidusage.h index da7274b5945..3e2ee77f8c8 100644 --- a/include/hidusage.h +++ b/include/hidusage.h @@ -207,6 +207,7 @@ typedef USHORT USAGE, *PUSAGE; #define HID_USAGE_SIMULATION_THROTTLE ((USAGE) 0xBB) #define HID_USAGE_SIMULATION_ACCELERATOR ((USAGE) 0xC4) #define HID_USAGE_SIMULATION_BRAKE ((USAGE) 0xC5) +#define HID_USAGE_SIMULATION_CLUTCH ((USAGE) 0xC6) #define HID_USAGE_SIMULATION_STEERING ((USAGE) 0xC8)
#define HID_USAGE_TELEPHONY_PHONE ((USAGE) 0x01)