mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Deal with Google's HTML5 autoplay policy
Resume audio context after mouse, touch or key input.
This commit is contained in:
parent
09e4d7e9eb
commit
8f1669e771
3 changed files with 16 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ public:
|
|||
|
||||
virtual Error init();
|
||||
virtual void start();
|
||||
void resume();
|
||||
virtual int get_mix_rate() const;
|
||||
virtual SpeakerMode get_speaker_mode() const;
|
||||
virtual void lock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue