コード例 #1
0
ファイル: TouchTool.cs プロジェクト: north0808/haina
 public MouseMoveEventArgs(TouchScrolling.TouchTool.GestureType aGesture, int aMoveX, int aMoveY)
 {
     this.m_Gesture = aGesture;
     this.m_MoveX = aMoveX;
     this.m_MoveY = aMoveY;
 }
コード例 #2
0
ファイル: TouchTool.cs プロジェクト: windygu/haina
 public MouseMoveEventArgs(TouchScrolling.TouchTool.GestureType aGesture, int aMoveX, int aMoveY)
 {
     this.m_Gesture = aGesture;
     this.m_MoveX   = aMoveX;
     this.m_MoveY   = aMoveY;
 }
コード例 #3
0
ファイル: TouchTool.cs プロジェクト: north0808/haina
 public GestureEventArgs(TouchScrolling.TouchTool.GestureType aGesture)
 {
     this.m_Gesture = aGesture;
 }
コード例 #4
0
ファイル: TouchTool.cs プロジェクト: windygu/haina
 public GestureEventArgs(TouchScrolling.TouchTool.GestureType aGesture)
 {
     this.m_Gesture = aGesture;
 }