Searched defs:TouchState (Results 1 – 2 of 2) sorted by relevance
188 struct TouchState { struct189 int32_t deviceId;190 int32_t source;191 size_t historyCurrent;192 size_t historySize;193 History history[HISTORY_SIZE_MAX];194 History lastResample;196 void Initialize(int32_t deviceId, int32_t source) in Initialize()205 void AddHistory(const MotionEvent &event) in AddHistory()214 const History* GetHistory(size_t idx) const in GetHistory()[all …]
32 enum TouchState : int32_t { enum