diff --git a/modules/juce_gui_basics/desktop/juce_Desktop.h b/modules/juce_gui_basics/desktop/juce_Desktop.h index a63bc72b85..e6bd162432 100644 --- a/modules/juce_gui_basics/desktop/juce_Desktop.h +++ b/modules/juce_gui_basics/desktop/juce_Desktop.h @@ -325,6 +325,10 @@ public: bool isOrientationEnabled (DisplayOrientation orientation) const noexcept; //============================================================================== + /** Returns the Displays object representing the connected displays. + + @see Displays + */ const Displays& getDisplays() const noexcept { return *displays; } //==============================================================================