在actionscript中模拟吸管

发布于 2025-01-02 06:03:20 字数 162 浏览 0 评论 0原文

我正在使用 Actionscript 创建一个 Illustrator 插件,我希望一旦鼠标离开插件窗口并位于 illustrator 文档中,它就会记录鼠标位置并使用 getPixel() 获取这些位置中的像素值,但是问题是,如果光标离开舞台,我无法获取鼠标位置,那么这个问题有解决方案吗?或者根本无法完成?

I'm creating an Illustrator plugin using Actionscript and I wanted that as soon as the mouse leaves the plugin window and is in the illustrator document it would record the mouse positions and get the value of the pixel in these positions using getPixel() but the problem is that I can't get mouse position if the cursor leaves the stage, so is there a solution for this problem or it just can't be done?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

み格子的夏天 2025-01-09 06:03:20

做不到。您所能做的就是监听 Event.MOUSE_LEAVE,但这对您的情况没有帮助。

Can't be done. All you can do is listen for Event.MOUSE_LEAVE, but that isn't going to help you in your situation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文