如何创建一个程序,在按下热键时单击屏幕上的某些 x/y 坐标? JAVA/Windows 7

发布于 2024-10-10 16:22:11 字数 155 浏览 4 评论 0原文

在Java中,我试图通过按某个热键来强制快速鼠标单击计算机上的某些x/y位置,我知道如何为热键分配执行操作的操作,但我不知道该方法的用途x/y 的点击声。这些位置上没有可以触发的按钮,因此只需单击设置的位置即可。请帮助:) 谢谢

我正在使用 java 并运行 Windows 7。

In Java, I'm trying to force rapid mouse clicks on certain x/y locations on my computer by pressing a certain hotkey, I know how to assign the hotkey the actions to do things but I don't know what the method is for the x/y clicks. There are no buttons on those locations to fire off so it's just clicking on set locations. Please help :) Thank you

I'm working with java and running Windows 7.

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

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

发布评论

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

评论(1

ぶ宁プ宁ぶ 2024-10-17 16:22:11

如何使用正确的坐标直接从热键事件处理程序调用单击事件处理程序?

How about calling the click-event handler directly from the hotkey-event handler with the right coordinates?

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