Java中移动光标
我想制作一个应用程序来测量光标与组件中心的距离,然后将光标移回中心(就像大多数 PC 视频游戏那样)。有人有什么建议吗?
I want to make an app that measures the cursor's distance from the center of a component and then moves the cursor back to the center (like most PC video games do). Does anyone have any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
机器人课程可以帮助你。下面是移动鼠标光标的示例代码:
Robot class can do the trick for you. Here is a sample code for moving the mouse cursor:
嗨,这只是添加。我经常使用 Raspberry PI,所以我必须学习如何优化我的代码,这会短很多。
不要忘记导入:
Hi this will just be adding on. I use a Raspberry PI a lot so I've had to learn how to optimize my code this will be a lot shorter.
don't forget to import: