mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Added Android support for screen orientation control
This commit is contained in:
parent
668d9c5f69
commit
99052af8bc
9 changed files with 62 additions and 15 deletions
|
|
@ -3746,6 +3746,8 @@ void Desktop::setKioskComponent (Component* comp, bool enableOrDisable, bool /*
|
|||
comp->setBounds (getDisplays().getMainDisplay().totalArea);
|
||||
}
|
||||
|
||||
void Desktop::allowedOrientationsChanged() {}
|
||||
|
||||
//==============================================================================
|
||||
ComponentPeer* Component::createNewPeer (int styleFlags, void* nativeWindowToAttachTo)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue