1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added documentation to Desktop::getDisplays()

This commit is contained in:
ed 2020-10-27 11:33:55 +00:00
parent b7e28541ca
commit 1f2a7b759d

View file

@ -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; }
//==============================================================================