Searched defs:Focus (Results 1 – 1 of 1) sorted by relevance
174 struct Focus { struct175 int32_t eventId;177 bool hasFocus;178 bool inTouchMode;179 uint8_t empty[2];181 inline size_t size() const { return sizeof(Focus); } in size()