| 340 | } |
| 341 | |
| 342 | LocalRef<jobject> getMainActivity() noexcept |
| 343 | { |
| 344 | return JuceActivityWatcher::getInstance().getMain(); |
| 345 | } |
| 346 | |
| 347 | //============================================================================== |
| 348 | // sets the process to 0=low priority, 1=normal, 2=high, 3=realtime |
no test coverage detected