JUCE
JUCE copied to clipboard
Virtual functions in viewport to be fully overridable from child class
This PR allows child classes to override all functions of Viewport. This is interesting when we need to have custom behaviours from a viewport (e.g. temporarily disable some behaviours)