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.
我希望使用 nativeWindow.startMove() 来拖动 chrome,但使用的是 touchEvent 而不是鼠标事件。经过广泛的谷歌搜索后,我不确定这是否可能。
我还尝试在触发 touchEvent 时调度手动 mouseEvents。
最终,startMove 函数严格来说是仅鼠标驱动的函数,还是我可以通过 touchEvent 强制它发生?
任何输入将不胜感激:)
您可以手动更改 NativeWindow 的 x 和 y 属性以响应 TouchEvents,而不必使用 startMove()。