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.
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-UNNAMEDI have to get back to other work, but I want to circle back to this. Someday.