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.
是否可以在 chrome 应用程序窗口之外捕获鼠标位置?
这可以通过使用透明窗口来捕获鼠标位置来实现吗?
你想达到什么目的?在窗口上放置一个鼠标移动侦听器,您将在任何鼠标拖动期间进行隐式鼠标捕获。请参阅图像编辑示例app.js。