Searched defs:Focus (Results 1 – 1 of 1) sorted by relevance
179 struct Focus { struct180 int32_t eventId;182 bool hasFocus;183 uint8_t empty[3];185 inline size_t size() const { return sizeof(Focus); } in size()