pumpernickel icon indicating copy to clipboard operation
pumpernickel copied to clipboard

Showcase: Add GestureListenerDemo

Open mickleness opened this issue 1 year ago • 1 comments

Add a new demo to the Showcase app that handles Mac touchpad gestures (via the GestureUtilities class).

I have a working rough draft, but it requires fiddling with modules and permissions. Specifically it requires: --add-exports java.desktop/com.apple.eawt.event=ALL-UNNAMED

I have to get back to other work, but I want to circle back to this. Someday.

mickleness avatar Jun 18 '23 20:06 mickleness

I submitted what I have so far in a new branch.

Also here is the terminal command used to access the new GestureListener Demo:

java --add-exports java.desktop/com.apple.eawt.event=com.pump -jar /Users/jeremy/IdeaProjects/pumpernickel/release/jars/Pumpernickel.jar

... and here's how IntelliJ needs to be set up:

image

mickleness avatar Jun 18 '23 20:06 mickleness