libgdx / gdx-video

A libGDX cross platform video rendering extension
Apache License 2.0
145 stars 50 forks source link

`isPlaying()` behaviour across backends #86

Open Frosty-J opened 5 months ago

Frosty-J commented 5 months ago

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.

SimonIT commented 2 weeks ago

Hmm yeah, that shouldn't be. I think the easiest way is to change it to playing && !paused