# File lib/rubygame/music.rb, line 296 def paused? current? and SDL::Mixer.PlayingMusic() == 1 and SDL::Mixer.PausedMusic() == 1 end