Searched defs:InputEventEntry (Results 1 – 2 of 2) sorted by relevance
55 struct InputEventEntry { struct56 std::chrono::nanoseconds eventTime{0};57 std::vector<Pointer> pointers{};58 int32_t action{-1};
39 struct InputEventEntry { struct40 std::chrono::nanoseconds eventTime;41 std::vector<Pointer> pointers;42 int32_t action;