HumbleUI / JWM

Cross-platform window management and OS integration library for Java
Apache License 2.0
546 stars 44 forks source link

macOS: cancel absent touches #254

Closed shaunlebron closed 1 year ago

shaunlebron commented 1 year ago

Wraps up #249

In the dashboard, if you do a four-finger swipe up then return to the window, the four touch points never get a chance to unregister and just stick around. This fixes it by removing all touch points not present in the active touch event.

tonsky commented 1 year ago

Great, I think this is a great approach

tonsky commented 1 year ago

Cut a new version 0.4.11, should arrive to Maven Central in ~30-ish minutes