标签: c# .net wpf
如何在WPF窗口外接收触摸事件? 使用鼠标我可以使用:
System.Windows.Input.Mouse.Capture(this, System.Windows.Input.CaptureMode.SubTree);
我需要与此answer 相同的行为,但需要触摸