Commit 36f18607 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

include: Add HID vendor defined usage pages.

parent edfa4293
......@@ -198,6 +198,8 @@ typedef USHORT USAGE, *PUSAGE;
#define HID_USAGE_PAGE_DIGITIZER ((USAGE) 0x0D)
#define HID_USAGE_PAGE_UNICODE ((USAGE) 0x10)
#define HID_USAGE_PAGE_ALPHANUMERIC ((USAGE) 0x14)
#define HID_USAGE_PAGE_VENDOR_DEFINED_BEGIN ((USAGE) 0xff00)
#define HID_USAGE_PAGE_VENDOR_DEFINED_END ((USAGE) 0xffff)
#define HID_USAGE_SIMULATION_RUDDER ((USAGE) 0xBA)
#define HID_USAGE_SIMULATION_THROTTLE ((USAGE) 0xBB)
......
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