Searched defs:TouchInfo (Results 1 – 5 of 5) sorted by relevance
43 struct TouchInfo { struct50 void HandleTouchInfo(const TouchInfo& touchInfo); argument
43 struct TouchInfo { struct44 double x = -1;45 double y = -1;46 int32_t id = -1;
57 struct TouchInfo { struct58 double x = -1;59 double y = -1;60 int32_t id = -1;600 struct TouchInfo { struct605 static bool ParseTouchInfo(const TouchEventInfo& info, std::list<TouchInfo>& touchInfos); argument
71 struct TouchInfo { struct72 TouchPoint touchPoint;73 TouchType touchType = TouchType::CANCEL;
83 struct TouchInfo { struct84 double x = -1;85 double y = -1;86 int32_t id = -1;942 struct TouchInfo { struct947 static bool ParseTouchInfo(const TouchEventInfo& info, std::list<TouchInfo>& touchInfos); argument