layout update supporting better dynamic resizing, lookandfeel update, ios support

This commit is contained in:
essej
2022-04-11 13:23:10 -04:00
parent 8c4a20ecd6
commit 2084782a79
14 changed files with 3660 additions and 220 deletions

View File

@ -4,7 +4,9 @@
#pragma once
void getSafeAreaInsets(void * component, float & top, float & bottom, float & left, float & right);
// notchPos is 0=none 1=top 2=bottom, 3=left, 4=right
void getSafeAreaInsets(void * component, float & top, float & bottom, float & left, float & right, int & notchPos);
#if JUCE_MAC