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.
有没有办法提高手势注册的速度,换句话说就是点击?我想要一个“高速能力”的点击功能——用户可以尽可能快地点击。
默认的 Tap-Listener 速度不够快。
这是基于 XNA 或 Silverlight 的应用程序吗?如果它是 Silverlight,那么您可以根据您要达到的目标使用 ManipulationStarted 或 ManipulationCompleted。