Searched defs:Input_DeviceInfo (Results 1 – 4 of 4) sorted by relevance
78 struct Input_DeviceInfo { struct79 int32_t id { -1 };80 char name[SIZE_ARRAY] {};81 int32_t ability { -1 };82 int32_t product { -1 };83 int32_t vendor { -1 };84 int32_t version { -1 };85 char phys[SIZE_ARRAY] {};
349 typedef struct Input_DeviceInfo Input_DeviceInfo; typedef
237 ### Input_DeviceInfo subsection