mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Android Bluetooth MIDI, pro-audio i/o and improved openGL support
This commit is contained in:
parent
02041328dc
commit
89ba69ab29
45 changed files with 4088 additions and 669 deletions
|
|
@ -520,6 +520,10 @@ MainAppWindow::MainAppWindow()
|
|||
taskbarIcon = new DemoTaskbarComponent();
|
||||
#endif
|
||||
|
||||
#if JUCE_ANDROID
|
||||
setOpenGLRenderingEngine();
|
||||
#endif
|
||||
|
||||
triggerAsyncUpdate();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue