mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Merge branch '12.0-development' into filesystem
This commit is contained in:
@@ -63,6 +63,12 @@ bool setAudioMixWithOthers(bool mixEnabled);
|
||||
**/
|
||||
bool hasBackgroundMusic();
|
||||
|
||||
/**
|
||||
* Registers notifications to handle and restore audio interruptions
|
||||
**/
|
||||
void initAudioSessionInterruptionHandler();
|
||||
void destroyAudioSessionInterruptionHandler();
|
||||
|
||||
/**
|
||||
* Gets the area in the window that is safe for UI to render to (not covered by
|
||||
* the status bar, notch, etc.)
|
||||
|
||||
Reference in New Issue
Block a user