public TouchProcess(FSNTouchSwipeHandler detector)
 {
     Detector	= detector;
 }
Exemple #2
0
        Vector2 m_singleTouchAxisMask = Vector2.zero;                   // 특정 축으로 입력 걸러내기

        public SingleTouchProcess(FSNTouchSwipeHandler detector)
            : base(detector)
        {
        }
        bool m_singleTouchRecStart = false; // 터치 시작 후 인식 영역을 벗어난 적이 있는지 여부

        #endregion Fields

        #region Constructors

        public SingleTouchProcess(FSNTouchSwipeHandler detector)
            : base(detector)
        {
        }
Exemple #4
0
 public TouchProcess(FSNTouchSwipeHandler detector)
 {
     Detector = detector;
 }