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