Searched defs:InputDeviceSensorInfo (Results 1 – 1 of 1) sorted by relevance
131 struct InputDeviceSensorInfo { struct132 explicit InputDeviceSensorInfo(std::string name, std::string vendor, int32_t version, in InputDeviceSensorInfo() argument154 std::string name;156 std::string vendor;158 int32_t version;160 InputDeviceSensorType type;162 InputDeviceSensorAccuracy accuracy;164 float maxRange;166 float resolution;168 float power;[all …]