How can I detect multi touch gestures like pinch / rotate / swipe etc. in a modern Java, like Java 17?
All com.apple.eawt....
classes have been removed from the JDK.
How can I detect multi touch gestures like pinch / rotate / swipe etc. in a modern Java, like Java 17?
All com.apple.eawt....
classes have been removed from the JDK.
Posed the same question 4 years ago, and found some hints and clues and got it working, see What replaces GestureUtilities in Java 9