예제 #1
0
 public bool ReleaseTouchCapture(System.Windows.Input.TouchDevice touchDevice)
 {
     return(inter.ReleaseTouchCapture(touchDevice));
 }
예제 #2
0
 public bool CaptureTouch(System.Windows.Input.TouchDevice touchDevice)
 {
     return(default(bool));
 }
예제 #3
0
 public bool CaptureTouch(System.Windows.Input.TouchDevice touchDevice)
 {
     return(inter.CaptureTouch(touchDevice));
 }