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>
This commit is contained in:
Arkadiusz Hiler 2022-01-19 15:04:21 +02:00 committed by Alexandre Julliard
parent 2420f7e188
commit 87331939a2
1 changed files with 1 additions and 0 deletions

View File

@ -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)