Searched defs:RawEvent (Results 1 – 2 of 2) sorted by relevance
41 struct RawEvent { struct42 int32_t deviceId;43 InputDevType type;44 union {52 int32_t timestamp;
248 struct RawEvent { struct256 bool operator == (const RawEvent &e) argument