Closed pavel-krivanek closed 6 years ago
I've used RTSelectableView
to solve this, so as far as I am concerned this issue can be closed.
Actually, the feature has been implemented. You can do:
| v |
v := RTView new.
v @ RTDraggableView new right.
RTCPDiverging new viewOn: v.
^ v
Issue by bergel Tuesday Nov 21, 2017 at 00:33 GMT Originally opened as https://github.com/moosetechnology/Moose/issues/1272
Peter asked: is there a way to modify RTDraggableView to support dragging via middle click or left click?