Java 中的虚拟操纵杆
您听说过带有 Java 包装的 Windows 虚拟操纵杆吗?
我尝试过 PPJOY,它工作得很好,但随后我需要使用 JNI 来让它在 Java 中工作,目前看来这并不容易。
谢谢!
Have you heard of a virtual joystick for Windows that has Java wrappings?
I've trying PPJOY, and it works great, but then I'll need to use JNI to get it working from Java and that doesn't seem easy for the time being.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你就在那里。我为 PPJoy 制作了一个 Java 包装器。而且它真的很容易使用。请参阅:
源代码和二进制文件可以在此处找到。
There you are. I've made a Java wrapper for PPJoy. And it's really easy to use. See:
The source code and binaries may be found here.
我发现了这个:
http://www.hardcode.de/jxinput/
尚未尝试。希望有帮助!
I've found this :
http://www.hardcode.de/jxinput/
Not tried yet though. Hope it helps!