Searched defs:CJGestureEvent (Results 1 – 2 of 2) sorted by relevance
212 struct CJGestureEvent { struct213 int64_t timestamp;215 bool repeat;218 int32_t source;219 double offsetX;220 double offsetY;221 double scale;222 double pinchCenterX;223 double pinchCenterY;224 double angle;[all …]
28 enum class CJGestureEvent { ACTION, START, UPDATE, END, CANCEL }; enum