Searched defs:FingerInfo (Results 1 – 2 of 2) sorted by relevance
239 struct FingerInfo { struct240 int32_t fingerId_ = -1;242 Offset globalLocation_;245 Offset localLocation_;248 Offset screenLocation_;249 SourceType sourceType_ = SourceType::NONE;250 SourceTool sourceTool_ = SourceTool::UNKNOWN;
981 struct FingerInfo { in ParseCommand() struct982 int32_t startX = 0; in ParseCommand()983 int32_t startY = 0; in ParseCommand()984 int32_t endX = 0; in ParseCommand()985 int32_t endY = 0; in ParseCommand()