1
0
Fork 0
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:
reuk 2025-07-22 15:23:15 +01:00
parent 1e1e5036fb
commit e627d0b66f
No known key found for this signature in database

View file

@ -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;