Searched defs:InputDeviceSensorInfo (Results 1 – 1 of 1) sorted by relevance
115 struct InputDeviceSensorInfo { struct116 explicit InputDeviceSensorInfo(std::string name, std::string vendor, int32_t version, in InputDeviceSensorInfo() argument138 std::string name;140 std::string vendor;142 int32_t version;144 InputDeviceSensorType type;146 InputDeviceSensorAccuracy accuracy;148 float maxRange;150 float resolution;152 float power;[all …]