stoermelder/vcvrack-packone

SPIN - can't use middle click

Closed this issue · 2 comments

As far as I understand middle click is intercepted by vcv rack itself and used to pan rack view. So I was unable to use the middle mouse click with or without modifiers on MacOS.

Is there a way to still use SPIN's middle click functionality?

It seems that the middle mouse button is now always consumed by ScrollWidget of Rack, so middle mouse button events do not reach any contained widgets:
VCVRack/Rack@427f490
I moved SPIN's helper widget upwards in the widget hierarchy and it is working again, but I hope this does not break anything else.

I've tested the latest nightly build and it works for me. Thanks!