Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个丰富复杂的 Java Swing 应用程序。我希望将多点触控事件转换为 Swing 应用程序的鼠标事件。
有没有办法在不显着改变现有 Java 应用程序的情况下做到这一点?
当我做了一些听起来与您所要求的类似的事情时,我最终使用 java.awt.Robot 类根据触摸通知创建鼠标点击。不过,我没有使用 mt4j,而是使用了一个不是特别成熟的专有多点触控屏幕 API。