Searched defs:InputDeviceSensorInfo (Results 1 – 1 of 1) sorted by relevance
146 struct InputDeviceSensorInfo { struct147 explicit InputDeviceSensorInfo(std::string name, std::string vendor, int32_t version, in InputDeviceSensorInfo() function169 std::string name;171 std::string vendor;173 int32_t version;175 InputDeviceSensorType type;177 InputDeviceSensorAccuracy accuracy;179 float maxRange;181 float resolution;183 float power;[all …]