layout update supporting better dynamic resizing, lookandfeel update, ios support
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user