Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想检测手机(Windows 7 操作系统)上的点击,而不是触摸屏(可能在设备侧面)上的点击。我不确定它是否可以用加速度计数据来实现。任何的想法?
这取决于应用程序,但也许我们可以将 Tap 视为 Shake。如果是这样看看
摇动那个 Windows Phone 7 并检测它
Windows Phone 摇动手势库
或类似的。有一个ShakeGestureEventArgs arg 包含一个 ShakeType 属性,该属性标识摇动手势的方向。