ebiten/internal/uidriver
Hajime Hoshi 32471af18f uidriver/js: Ensure that the checking-audio loop is finished when the game is finished
After the game loop is finished, any goroutines should not exist.
Otherwise, 'Go program has already exited' error can happen on
Wasm.

This change ensures that the goroutines are finished when the game
is finished. Note that time.Sleep was required to ensure that the
(*time.Ticker) ends.

Fixes #1027
2020-02-09 03:39:08 +09:00
..
glfw ui: Add IsForeground API to glfw driver (#1058) 2020-01-16 10:47:23 +09:00
js uidriver/js: Ensure that the checking-audio loop is finished when the game is finished 2020-02-09 03:39:08 +09:00
mobile uidriver/mobile: Implement IsForeground 2020-01-23 02:08:31 +09:00