Searched defs:TouchMode (Results 1 – 1 of 1) sorted by relevance
214 struct TouchMode { struct215 int32_t eventId;217 bool isInTouchMode;218 uint8_t empty[3];220 inline size_t size() const { return sizeof(TouchMode); } in size()