From 1f2a7b759d04e34125874f86cd894fd1ec435353 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 27 Oct 2020 11:33:55 +0000 Subject: [PATCH] Added documentation to Desktop::getDisplays() --- modules/juce_gui_basics/desktop/juce_Desktop.h | 4 ++++ 1 file changed, 4 insertions(+) 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; } //==============================================================================