如何在客户端系统中制作事件
我正在用Java做一个远程计算项目。使用机器人类,我可以拍摄客户端系统的快照。但是如何在客户端系统中发出鼠标移动、鼠标单击、按键等事件呢?
I am doing a remote computing project in Java. Using the Robot class I am able to take the snapshot of client system. But how can I make events like mouse move, mouse click, key press in client system?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
进一步查看 JavaDocs 中的 Robot 类。
Look further down the JavaDocs for the Robot class.