Ejemplo n.º 1
0
 public bool ReleaseTouchCapture(System.Windows.Input.TouchDevice touchDevice)
 {
     return(inter.ReleaseTouchCapture(touchDevice));
 }
Ejemplo n.º 2
0
 public bool CaptureTouch(System.Windows.Input.TouchDevice touchDevice)
 {
     return(default(bool));
 }
Ejemplo n.º 3
0
 public bool CaptureTouch(System.Windows.Input.TouchDevice touchDevice)
 {
     return(inter.CaptureTouch(touchDevice));
 }