我在 C# 中为 Windows 8.1 开发了一个多点触控 WinRT 应用程序,并在 Surface Pro 2 上对其进行了测试。我连接了 MainPage 的 PointerMoved 事件。在收到PointerRoutedEventsArg
我调用GetCurrentPoint
并指定MainPage
为参数。对于大多数点这有效,对于某些我得到一个ArgumentException
.
Exception:Thrown: "Wrong parameter".
Failed to get pointer information.
WinRT information: Failed to get pointer information.
这个错误在上下文中是什么意思GetCurrentPoint
?为什么它适用于某些点,但不适用于其他点?最后,如何解决这个问题?