如何使用 Robot 类加速鼠标指针移动?
我知道我可以使用 java.awt.Robot()
类将鼠标指针移动到特定的屏幕位置,但我需要移动速度更快一点,而不失去平滑度。
我尝试将 AutoDelay
选项设置为 1,但在 1680x1050 等显示分辨率上使用时,速度不够快。将其设置为 0 将立即完成工作。
有什么方法可以加快使用 Robot
类或任何其他库的移动速度吗?
I know that I can move the mouse pointer with the java.awt.Robot()
class to a specific screen location, but I need the movement to go a bit faster without losing the smoothness.
I tried setting the AutoDelay
option to 1, but that is not fast enough when used on a display resolution like 1680x1050. Setting it to 0 would do the job instantly.
Is there any way I could speed up the movement with the Robot
class or any other lib?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论