Searched defs:final (Results 1 – 1 of 1) sorted by relevance
26 struct TouchPoint final { struct35 struct TouchEventInfo final { argument39 int32_t id = 0;40 int32_t x = 0;41 int32_t y = 0;42 int32_t wx = 0;43 int32_t wy = 0;45 TimeStamp time;46 std::map<std::string, std::string> attributes;47 std::string bundleName;[all …]