libgdx/gdx-video

`isPlaying()` behaviour across backends

Opened this issue · 0 comments

Have I got it right that isPlaying() returns true when paused on desktop, but false on the other backends?

I discovered this when I was testing pause functionality and couldn't get the pause status out of the desktop video player.