java应用程序的多点触摸事件到鼠标事件

发布于 2024-10-02 12:36:07 字数 109 浏览 1 评论 0原文

我有一个丰富复杂的 Java Swing 应用程序。我希望将多点触摸事件转换为 Swing 应用程序的鼠标事件。

有没有一种方法可以在不显着改变现有 Java 应用程序的情况下做到这一点?

I have a rich complex Java Swing Application. I would like the multi touch events to be converted into Mouse events for the Swing Applications.

Is there a way to do it without changing significantly the existing Java Application ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情泪▽动烟 2024-10-09 12:36:07

当我做了一些听起来与您所要求的类似的事情时,我最终使用 java.awt.Robot 类根据触摸通知创建鼠标单击。不过,我并没有使用 mt4j,而是使用了一个不太成熟的专有多点触摸屏 API。

When I did something that sounds similar to what you're asking, I ended up using the java.awt.Robot class to create mouse clicks according to the touch notifications. I was not using mt4j, though, but rather a proprietary multitouch screen's API that wasn't especially mature.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文