Searched defs:InputDeviceSensorInfo (Results 1 – 1 of 1) sorted by relevance
110 struct InputDeviceSensorInfo { struct111 explicit InputDeviceSensorInfo(std::string name, std::string vendor, int32_t version, in InputDeviceSensorInfo() argument133 std::string name;135 std::string vendor;137 int32_t version;139 InputDeviceSensorType type;141 InputDeviceSensorAccuracy accuracy;143 float maxRange;145 float resolution;147 float power;[all …]