예제 #1
0
 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
 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;
 }