Commit 87331939 authored by Arkadiusz Hiler's avatar Arkadiusz Hiler Committed by Alexandre Julliard

include: Add HID_USAGE_SIMULATION_CLUTCH.

parent 2420f7e1
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment