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:
parent
b7e28541ca
commit
1f2a7b759d
1 changed files with 4 additions and 0 deletions
|
|
@ -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; }
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue