Searched defs:TwoFingerGesture (Results 1 – 1 of 1) sorted by relevance
114 struct TwoFingerGesture { struct115 inline static constexpr auto MAX_TOUCH_NUM = 2;116 bool active = false;117 int32_t timerId = -1;118 int64_t abilityStartDelay = 0;119 Ability ability;120 struct {125 } touches[MAX_TOUCH_NUM];