如何创建一个程序,在按下热键时单击屏幕上的某些 x/y 坐标? JAVA/Windows 7
在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如何使用正确的坐标直接从热键事件处理程序调用单击事件处理程序?
How about calling the click-event handler directly from the hotkey-event handler with the right coordinates?