mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Desktop: Add a note about screen rotation to the docs for screen insets
This commit is contained in:
parent
1e1e5036fb
commit
e627d0b66f
1 changed files with 3 additions and 0 deletions
|
|
@ -91,6 +91,9 @@ public:
|
|||
occupying the top portion of the screen is likely to have insets for the status bar but
|
||||
not the navigation bar, whereas an activity on the bottom may have navigation insets
|
||||
but not status insets.
|
||||
|
||||
The insets may also change as a result of rotating the screen, as this will rotate any
|
||||
physical screen cutouts, and could also cause system UI elements to be repositioned.
|
||||
*/
|
||||
BorderSize<int> safeAreaInsets;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue