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.
我正在构建一个 WPF 应用程序,我正在处理一个需要在触发鼠标事件之前监听触摸事件的场景,即当用户触摸屏幕时。
值得注意的是鼠标事件总是在触摸事件之前触发。
有什么办法可以做到吗?如果没有,有没有办法可以判断我得到的鼠标事件是否最初是在用户触摸屏幕而不使用鼠标时触发的?谢谢